SQL PROJECT(22BEECE004)
SQL PROJECT(22BEECE004)
Name:Aswanth.T
Dept:Third Year BE ECE
Reg.no:22BEECE004
Ttile:Movie Database Management System
Objective:
1. Table Creation:
Movies Table:
Customers Table:
CREATE TABLE Customers (
CustomerID INT AUTO_INCREMENT PRIMARY KEY,
Name VARCHAR(100) NOT NULL,
ContactNumber VARCHAR(15),
Address VARCHAR(255)
);
Tickets Table:
Showtime Table:
2. Table Insertion:
Movies Table:
Customers Table:
Showtimes Table:
Output Table:
Output Table:
6. Wildcard Types:
Output Table:
Output Table:
Output Table:
Output Table:
Output Table: