Database designers use _____ to define the structure of a database (database…
2023
Database designers use _____ to define the structure of a database (database scheme) which typically includes definition of all data elements of the database and organization of data elements into records, tables etc.
- A.
Query by example
- B.
Data Manipulation Language
- C.
Find Command Language
- D.
Data Definition Language
Attempted by 549 students.
Show answer & explanation
Correct answer: D
Data Definition Language (DDL) is used to define the database schema and structures such as tables, fields, and constraints.