Database Fundamentals — Question 15

You develop a database to store data about textbooks. The data must be stored to process at a later time.
Which database object should you use to store the data?

Answer options

Correct answer: B

Explanation

The correct answer is B, Table, because tables are designed to store persistent data that can be accessed and processed later. Views, functions, and stored procedures serve different purposes, such as displaying data, performing operations, or executing specific tasks, but they do not serve as the primary storage mechanism for data.