Write a sqlquery to create the table flight
Answers
Answered by
0
= Create table Flight (Flight_ID char(4),Flight_Name varchar(25), Source varchar(30),Destination varchar(30));
Similar questions