QUESTION IMAGE
Question
9 select the correct answer from each drop - down menu. a display screen at the airport shows the arrival and departure information of flights. which data type is appropriate to show the arrival of a flight? how can you display flights in the ascending order of their departure time? the data type is suitable to show the arrival of a flight. the operation can help display flights in the ascending order of their departure time.
- Date - time data type: Arrival of a flight is a time - related event. Date - time data type is used to store and represent date and time values, which is appropriate for showing when a flight arrives.
- Sorting operation: Sorting is the process of arranging data in a particular order. To display flights in ascending order of their departure time, the sorting operation is used. It will re - arrange the flight records based on the departure time field from the earliest to the latest.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The date - time data type is suitable to show the arrival of a flight. The sorting operation can help display flights in the ascending order of their departure time.