A relation (also known as a table) is a two-dimensional array of data that is organized into rows and columns. Each row represents a single record, and each column represents a field or attribute of that record.
A relation has a unique name, and it contains a set of attributes (columns) that define the properties of the data stored in the relation. Each attribute has a name and a data type, such as integer, string, or date.