Back to Questions
Basic Computer/IT
QUESTION #11463
Question 1
SQL is a database query language that incorporates which of the following sub-languages?
Correct Answer Explanation
SQL (Structured Query Language) has three main categories: (1) DDL — CREATE, ALTER, DROP (defines structure); (2) DML — SELECT, INSERT, UPDATE, DELETE (manipulates data); (3) DCL — GRANT, REVOKE (controls access). All three constitute the complete SQL language.
Sign in to join the conversation and share your thoughts.
Log In to Comment