Movie_colletion is a simple SQL database project made for Global Hack Data presented by Major League Hacking 2024
ID
(INT): Unique identifier for each movie.Title
(VARCHAR): The title of the movie.Genre
(VARCHAR): The genre of the movie.Director
(VARCHAR): The director of the movie.ReleaseYear
(INT): The year the movie was released.Rating
(FLOAT): Your rating for the movie.
ID
(INT): Unique identifier for each movie.Title
(VARCHAR): The title of the movie.Genre
(VARCHAR): The genre of the movie.Director
(VARCHAR): The director of the movie.ReleaseYear
(INT): The year the movie was released.
To use this SQL script:
- Create a new database in your SQL environment.
- Copy and paste the SQL script into your SQL editor.
- Run the script to create the
SeenMovies
andWishlist
tables. - Start adding movies to your database by inserting records into the appropriate table.
This project is licensed under the MIT License.