SQL Worksheet Insert Update Delete (4)
SQL Worksheet Insert Update Delete (4)
2. Write the full SQL statement to add Carlos Mendes to the table:
☐ A. You can leave out the WHERE clause in an UPDATE if you want to update only one row.
☐ B. Strings like city names must be inside single quotes ' ' in SQL.
☐ C. DELETE without WHERE deletes all rows.
☐ D. SQL is case-sensitive for commands like SELECT and INSERT.
Bonus Challenge
8. What will happen if you run this statement?
Your answer:
____________________________________________________________
____________________________________________________________