23 08 2016
You should know: What is a database? What is a table? DDL Data Definition Language are commands that change the structure of the table. Create CREAT TABLE Drop – Delete DROP TABLE Change structure of table or object ALTER TABLE DML Data Manipulation Language Insert INSERT into TABLE (name of table) Read SELECT * TABLE […]