HW3

To reproduce what I did in class:

{{{!highlight sql Create a Database with a table called movies CREATE TABLE movies (

); }}}

Points