336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.



  • CREATE TABLE creates a new table.
  • INSERT INTO adds a new row to a table.
  • SELECT queries data from a table.
  • UPDATE edits a row in a table.
  • ALTER TABLE changes an existing table.
  • DELETE FROM deletes rows from a table.


From Codecademy.com

'웹프로그래밍 > DB' 카테고리의 다른 글

SQL Commands 3  (0) 2016.02.25
SQL COMMANDS Aggregation function  (0) 2016.02.24
SQL Commands 2  (0) 2016.02.24

+ Recent posts