Intellipaat 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

2 Answers

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.

0 votes
ago by (1.5k points)

Here correct option is D create. Create is data definition language

Here as per given options delete,update are the data manipulation language .

Select is data query language which we can even say that as data manipulation language.  So option a,b,c are not the answer for the given question

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

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...