Computer Science, asked by pardhu1283, 11 months ago

Write a sqlquery to create the table flight

Answers

Answered by smrutipadhi
0

= Create table Flight (Flight_ID char(4),Flight_Name varchar(25), Source varchar(30),Destination varchar(30));

Similar questions