Skip to content

Instantly share code, notes, and snippets.

@ninadingole
Created May 23, 2018 16:15
Show Gist options
  • Save ninadingole/cfd3683c5d65dec9a232c8604963f2ed to your computer and use it in GitHub Desktop.
Save ninadingole/cfd3683c5d65dec9a232c8604963f2ed to your computer and use it in GitHub Desktop.
CREATE TABLE MOVIES(movie_id INT(10), title VARCHAR(30), year VARCHAR(4), budget INT(8));
CREATE TABLE SALES(movie_id INT(10), sale_id INT(10), total INT(10));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment