Advertisement Remove all ads
Advertisement Remove all ads
Advertisement Remove all ads
Short Note
Which component of SQL lets inserts values in tables and which lets to create a table?
Advertisement Remove all ads
Solution
Creating a table: CREATE command of DML ( Data Manipulation Language) is used to create a table.
Inserting values into tables :
INSERT INTO command of DDL (Data Definition Language) is used to insert values into
the table.
Concept: SQL Commands and Their Functions
Is there an error in this question or solution?