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).