Computer Science for IGCSE & O level - Databases (Section 6 - No. 39)

What does a database table store?
Metadata about the database.
Data organized in rows and columns.
The SQL queries used to access data.
The entire database structure.

Explanation

A database table stores data organized in a structure of rows and columns, where each row represents a record and each column a field.

Comments (0)

Advertisement