Multiple choice general knowledge science & technology

Structured Query Language (SQL) is used in the following ?

  1. Create Databases

  2. Create & Modify Databases

  3. Create, Modify & Query Databases

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SQL (Structured Query Language) is a comprehensive database language that supports creating database structures, modifying existing data and schemas, and querying data to retrieve specific information. DDL commands handle creation, DML handles modification, and DQL handles querying.