Question:

What is a table ?

Show Hint

Think of a database table as a spreadsheet. The columns are the headers, and the rows are the individual entries of information.
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

In the context of a relational database, a table is a data structure that organizes information into a two-dimensional grid of rows and columns. It is the fundamental unit for storing data.

Columns (Fields/Attributes): Each column represents a specific attribute or characteristic of the data (e.g., `StudentID`, `FirstName`, `Major`).
Rows (Records/Tuples): Each row represents a single record or instance of the data (e.g., all the information for one specific student).
Was this answer helpful?
0
0