SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

With SQL, define a database of a 'Garage' with columns for: PartsNo Customers Employees Completed

Author: Will Parker



Answer:

CREATE TABLE Garage int Key ( PartsNo int, Customers string, Employees string, Completed bool );


0 / 5  (0 ratings)

1 answer(s) in total