Back

Explore Courses Blog Tutorials Interview Questions
0 votes
16 views
in SQL by (55.6k points)

A. DELETE

B. SELECT

C. UPDATE

D. CREATE

1 Answer

0 votes
by (119k points)

The correct answer is option D (Create). CREATE command is a data definition language command but not a data manipulation command. Data manipulation command is used to manipulate the data of those tables that are created by Data definition languages. CREATE, SELECT, UPDATE, LOCK, and MERGE are the data manipulation commands in SQL.

You can check out this SQL tutorial by Intellipaat to know the types of SQL commands such as DDL, DML, DQL, DCL, and TCL.

You can master these queries and become proficient in SQL queries by enrolling in an industry-recognized SQL certification.

Related questions

0 votes
3 answers
asked Mar 14, 2021 in SQL by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
0 votes
1 answer

Browse Categories

...