Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- Algorithm
- COLAB
- docker
- 도커
- contiguous
- pytorch
- NLP
- rnn
- tutorial
- Data Structure
- deep learning
- Transformation
- dl
- torchtext
- 자료구조
- vs code
- Python
- Deeplearning
- CS
- Analog Rebellion
- attention
- 인디음악
- lstm
- gru
Archives
- Today
- Total
목록CS/MS Acess (1)
Deep learning/Machine Learning/CS 공부기록
Access Create Table Query
본 포스트에서는 Ms access 2016을 이용하여 Table 생성 및 변경, 삭제 쿼리를 다루어보는 일을 하겠다.포스트의 대부분은 링크로 대체하여 설명할 것이며, 특수하게 발생 할 수 있는 일만 직접 다룬다.그냥 누군가가 정리해놓은 reference를 본다고 생각하고 봐주시면 된다. 1. CREATE TABLE: 1). 문법:12345CREATE TABLE table_name(attribute_1 data_type constraint,attribute_2 data_type constraint,....)Colored by Color Scriptercs 문법은 다음과 같다:(1). table_name은 table의 이름을 뜻한다.(2). attribute_1은 attribute의 이름을 뜻한다.(3). ..
CS/MS Acess
2017. 3. 20. 16:54