SQL is a query language and has types_______________?

  • A. Data definition language
  • B. Data manipulation language
  • C. Data control language
  • D. All of the above

Explanation

SQL includes data definition commands such as CREATE, data manipulation commands such as SELECT and UPDATE, and data control commands such as GRANT. Therefore, all three listed categories are represented.

Related questions