SQL Fundamentals — Easy
Key points
- INSERT INTO is the standard SQL command for adding new rows to a table.
- It is followed by the table name and the values to be inserted.
- ADD ROW, APPEND, and CREATE ROW are not recognized SQL commands for inserting data.
Ready to go further?
Related questions
