223k views
2 votes
Draw a sample of three tables that would be used in Thabo’s barber shop information system. Provide the following for the sample database • Specify table names. • Specify fields for each table (maximum of four fields per table).

Specify the primary keys for each table.
Specify foreign keys wherever applicable.
Populate the tables with at least two records.

1 Answer

3 votes

Final answer:

The question involves creating sample tables for Thabo's barber shop information system with table names, fields, primary keys, and sample records. Three tables provided are 'Customers', 'Appointments', and 'Services', each with respective fields and a couple of sample records for illustration.

Step-by-step explanation:

Sample Database Tables for Thabo's Barber Shop Information System



Here are three sample tables that could be used in a database for Thabo’s barber shop information system:



Table 1: Customers




Sample records:





Table 2: Appointments





Sample records:





Table 3: Services




Sample records:



User Ritikesh
by
7.5k points