Database Structure Representation
Write the name of the table followed by a list of all columns within parentheses
Each table should appear on its own line
Use the notation, tablename.columnname, with duplicate column names within a database
- Using this combination qualifies column names
Primary key – the column or collection of columns that uniquely identifies a given row in a table