Question: Create a unique SQL database for a TRAVEL COMPANY 2) Your database must contain at least six (8) tables 3) Normalize your tables up to
Create a unique SQL database for a TRAVEL COMPANY
2) Your database must contain at least six (8) tables
3) Normalize your tables up to the 3rd normal form (3NF).
4) Show your 3NF Normalization SQL script for this step.
5) Create an ER Diagram for that database (Travel Company)
6) Create a database in SQL Server and insert at least 10 records into each table.
7) Provide the detailed steps that you have used to create each database table with data in the SQL server
Step by Step Solution
3.33 Rating (150 Votes )
There are 3 Steps involved in it
Creating a unique SQL database for a Travel Company 1 Database Creation CREATE DATABASE TravelCompany 2 Table Creation a Customers CREATE TABLE Custom... View full answer
Get step-by-step solutions from verified subject matter experts
