Challenge: Dynamic Documents


Step 1


Hint

UPDATE …;

SELECT …;

We've created a database for a documents app, with rows for each document with it's title, content, and
author. In this first step, use UPDATE to change the author to 'Jackie Draper' for all rows where it's
currently 'Jackie Paper'. Then re-select all the rows to make sure the table changed like you expected.