Hi - Newbie here - I'm a bit stuck on the part of the question below, where in create table I must specify person type. How would I do that please? Many Thanks
Question: - Create a table called "Bakers" containing the following information:
full name, person type, location name, involvement status; where
· full name is a first and last name
* person type is either 'baker' or 'driver' as appropriate *
Question: - Create a table called "Bakers" containing the following information:
full name, person type, location name, involvement status; where
· full name is a first and last name
* person type is either 'baker' or 'driver' as appropriate *
Comment