Question 4
Create a table Assignment(AssignID, PilotID, FlightNo, Date) with the following criteria that must be satisfied: • Every assignment must have a unique AssignID. • Each pilot can only be assigned to a specific flight once on any given date. • Pilots may share the same flight number on different dates. Which of the following SQL queries can be used to correctly create the table Assignment?



