What is difference between Create and insert commands?
What is difference between Create and insert commands?
Create command | Insert commands |
1-Create command belongs to DDL. 2-Create command is used to create header of the table. 3-It is also used to create data bases. | 1-Insert command belongs to DML. 2-Insert command is used to create body of the table. 3- Insert command is used to insert new records in a table. |
Comments
Post a Comment