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:

In a general way use SQL to define a database

Author: Will Parker



Answer:

CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, .... );


0 / 5  (0 ratings)

1 answer(s) in total