WSUCEG-7140 / cinebook-teamL

MIT License
0 stars 2 forks source link

Create the initial data in the database, based on Genre #42

Closed gopiraju3 closed 1 year ago

gopiraju3 commented 1 year ago

CREATE TABLE Genre

Genre id integer, primary key genre_name: This column is of type VARCHAR(50) and stores the name of the genre.

DONE: insert GENRE DETAIL INTO TABLE GENRE

  1. Comedy
  2. Thriller
  3. Suspense
  4. Sci-Fi
gopiraju3 commented 1 year ago

I created the database for Cinebook based on the Genre successfully.

Nallapati25 commented 1 year ago

This is one of the best addition makes the developers to add cine details in the respective genre so that makes the user to easily fetch their favorite genre of movies.

harikaboppudi10 commented 1 year ago

This is a valuable addition, makes the developers to add the movies in the respective genre.

dineshgorripat commented 1 year ago

With this addition, If we have genre information, we can organize and classify a variety of content. For instance, genres like Action, Comedy, Drama, Sci-Fi, and Romance. it allows users to choose content that suits to their preferences.