Conceptual
Login

Tables as Relations of Rows and Columns in Relational Databases

A relational table is a named set of rows sharing one column schema, where each column has a name and a type and each row holds one value per column. After learning this a student can read a table definition, say which part of a stored dataset is a column and which is a row, and describe a query result as itself a table of rows and columns.