Multiple choice

How many categories fall in SQL plus commands?

  1. DDL only

  2. DML only

  3. DCL only

  4. DDL, DML and DCL

Reveal answer Fill a bubble to check yourself
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.