Review


Problem 1
Write the file cinepolis1.sql using Microsoft SQL Server to create a database called cinepolis. The database should have the movie table with the columns name and duration. Do not forget to assign a primary key.
Escriba el archivo cinepolis1.sql usando Microsoft SQL Server para crear una base de datos llamada cinepolis. La base de datos podría tener la tabla movie con las columnas nombre y duración. No se olvide de asignar una llave primaria.

Problem 2
Modifiy the file and save it as cinepolis2.sql file so that the movie table includes: genre (comedy, drama, horror...), subtitles, language and rating. You may add other tables (genre, rating,...)
Modifique el archivo y guárdelo como cinepolis2.sql para que la tabla de movie incluya: genre (comedy, drama, horror...), subtitles, language and rating.

Problem 3
Modifiy the file and save it as cinepolis3.sql file to add the cinema table (name, city, state, movie_id). Set an appropriate primary key and create the relationship between the movie table and the cinema table.
Modifique el archivo y guárdelo como cinepolis3.sql para agregar la tabla cinema (name, city, state, movie_id). Fije una llave primaria apropiada y cree la relación entre la tabla movie y la tabla cinema.

Problem 4
Modifiy the file and save it as cinepolis4.sql file so that it is possible to store the movies that your friends have watched.
Modifique el archivo y guárdelo como cinepolis4.sql para que sea posible almacenar las películas que sus amigos han visto.

Problem 5
Modifiy the file and save it as cinepolis5.sql file using the command INSERT to include five records in each table (movie, cinema, friend, ...).
Modifique el archivo y guárdelo como cinepolis5.sql usando el comando INSERT para incluir cinco registros en cada tabla (movie, cinema, friend, ...).

Problem 6
Modifiy the file and save it as cinepolis6.sql file so that each cinema has several screens (1, 2, 3, 4, etc.) and each screen shows a movie at a specific time.
Modifique el archivo y guárdelo como cinepolis6.sql para que cada cinema tenga varias pantallas (sala 1, sala 2, sala 3, ...) y cada sala muestra una película a un tiempo específico.

Problem 7
Create a diagram to show the structure of the cinepolis database. Include in the diagram: tables, attributes and relationships.
Cree un diagrama que muestre la estructura de la base de datos cinepolis. Incluya en el diagrama: tablas, atributos y relaciones.

© Copyright 2000-2021 Wintempla selo. All Rights Reserved. Jul 22 2021. Home