Quiz: Fix Mistakes
Test your SQL knowledge on how to fix mistakes using UPDATE and DELETE.
We'll cover the following...
We'll cover the following...
In the last lesson, you learned how to modify existing data with UPDATE and remove specific rows using DELETE. You also understood how important it is to use WHERE to avoid unwanted changes.
Let’s check your understanding with a quick quiz.