Tables

Database is organized with the tables. hold related data about a particular subject.

tables are organized into rows and columns

table rows and columns are referred to as records and fields.

fields are set at database creation; no limit to the number of records.

Data

Spreadsheet

Keywords are reserved words for operations

select, from

SELECT name
FROM patron;

SQL flavors