Chapter 2: Access and SQL

pages 1 - 17

Data Files

Database Terminology

SQL

Creating Tables (setting primary keys)

Manipulating Data with SQL

Sample SQL Lab Exercise

Create a table named SleepZone that contains a booking id (an integer or an autonumber), a last name (a text field of size 30) and an arrival data (a date). The booking id is the primary key. Then do the following: