Database Fundamentals — Question 94
Data in a database is stored in:
Answer options
- A. Tables
- B. Queries
- C. Data types
- D. Stored procedures
Correct answer: A
Explanation
The correct answer is A, as data in a database is primarily organized into tables. Queries are used to retrieve or manipulate that data, data types define the nature of the data stored, and stored procedures are sets of SQL commands that can be executed as a single unit but do not store the data themselves.