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

Popular posts from this blog

What is DBMS and RDBMS?

what is data, information and knowledge?

Q-1-What is difference between drop and delete command? Q-2-what is difference between drop and truncate commands? Q-3-Why truncate is DDL command? Q-4- What is select commands?