Skip to content

Instantly share code, notes, and snippets.

@PhillipsHoward
Created November 6, 2018 09:14
Show Gist options
  • Select an option

  • Save PhillipsHoward/5d30b6a6ddb2645c256993e35e7f9dcf to your computer and use it in GitHub Desktop.

Select an option

Save PhillipsHoward/5d30b6a6ddb2645c256993e35e7f9dcf to your computer and use it in GitHub Desktop.

Revisions

  1. PhillipsHoward created this gist Nov 6, 2018.
    8 changes: 8 additions & 0 deletions updateSQLQuest.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    UPDATE movie
    SET lastname='Men in black'
    WHERE id='5';

    UPDATE movie SET name='Deadpool', poster = 'https://upload.wikimedia.org/wikipedia/en/thumb/2/23/Deadpool_%282016_poster%29.png/220px-Deadpool_%282016_poster%29.png'
    WHERE id='8';

    UPDATE movie SET comment='' WHERE id='10'