Database Fundamentals — Question 133

You need to store the first name, last name, and student ID for 100 students.
This information will be stored in a table as:

Answer options

Correct answer: B

Explanation

The correct answer is B because the table would have 100 rows, each representing a student, and three columns for the first name, last name, and student ID. Options A and D incorrectly describe the structure as having insufficient rows or cells, while option C reverses the correct dimensions by suggesting too many columns.