How many categories fall in SQL plus commands?
-
DDL only
-
DML only
-
DCL only
-
DDL, DML and DCL
D
Correct answer
Explanation
This is the right answer because SQL commands fall into three categories like DDL (Data Definition Language), DML (Date Manipulation Language) and DCL (Data Control Language). All these categories are a part of the SQL commands and SQL commands are also terminated by a semicolon (;) in Oracle. So, this is the right answer.