|
|
Markers
DescriptionMarkers is a sample database that store information about
markers and classrooms. The main purpose for the example is
to show examples of
- CREATE TABLE
- ALTER TABLE
- INSERT
- UPDATE
-
The file markers.sql lists the commands necessary to
create the table and insert date into them.
-
The file markerQueries.sql lists some sample queries.
|