MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SQL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
SQL has how many main commands for DDL:
A
1
B
2
C
3
D
4
Explanation: 

Detailed explanation-1: -There are 3 main types of commands.

Detailed explanation-2: -There are five types of SQL commands: DDL, DML, DCL, TCL, and DQL.

Detailed explanation-3: -Data Definition Language (DDL) commands: ALTER for alteration. Truncate to delete data from the table. DROP to drop a table.

Detailed explanation-4: -Explanation: Create, Delete, Alter these are 3 main command.

Detailed explanation-5: -Data Definition Language (DDL) Statements. Data Manipulation Language (DML) Statements. Transaction Control Statements.

There is 1 question to complete.