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

   Log in to start


From course:

Relational Data Bases

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

Insert into

Author: Jessica Ruvalcaba



Answer:

INSERT INTO tablename (col1, col2, col3, …) VALUES (v1, v2, V3, …), (v1, v2, v3, …), (V1, V2, V3, …), …;


0 / 5  (0 ratings)

1 answer(s) in total