일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- openCV
- 인공지능
- node.js
- WebGL
- 김양재 목사님
- 김양재
- 빅데이터
- Artificial Intelligence
- 김양재 목사
- Machine Learning
- Deep learning
- 확률
- probability
- 몽고디비
- No SQL
- R
- 통계
- 빅 데이타
- MongoDB
- Statistics
- 데이터 과학
- 빅데이타
- Big Data
- 빅 데이터
- c++
- 딥러닝
- data science
- nodeJS
- 우리들교회
- 주일설교
Archives
- Today
- Total
목록Data Science/MySQL (2)
Scientific Computing & Data Science
Frequently Used MySQL Quries
SHOW DATABASES; // print the current list of database USE test; // select the database "test" CREATE DATABASE test; // create a database named "test" CREATE TABLE mytable( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARCHAR(25) NOT NULL, content VARCHAR(255) NOT NULL ); // create a table named "mytable" with the fields of id, name and content DESC mytable; // print out the structure of myta..
Data Science/MySQL
2014. 1. 5. 22:53