Question: Create a new table in 3NF in SQLite database steps. Here is the relational schema (table notation) for the above report / table: PilotAirlines (PilotID,

Create a new table in 3NF in SQLite database steps.
Here is the relational schema (table notation) for the above report / table: PilotAirlines (PilotID, FName, LName, JobTitle, Salary, AirlineID, NPLanes, NRoutes, NPilots) The functional dependencies are: PilotID - - > FName, LName, JobTitle, Salary, AirlineID, NPLanes, NRoutes, NPilots PilotID - - > FName, LName, JobTitle, Salary, AirlinelD AirlineID - - > NPLanes, NRoutes, NPilots
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
