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:

SQL Write the line(s) to insert into a table

Author: Will Parker



Answer:

INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...);


0 / 5  (0 ratings)

1 answer(s) in total