1.

Observe the field names of a database given below in ‘Column A’ related to Bus reservation. Write suitable data types for each field in front of the respective field in ‘Column B’.Column A (Field Name)Column B (Data Type)Passenger NameAgeGenderMobile Number

Answer»
Column A (Field Name)Column B (Data Type)
Passenger NameVarchar
AgeInt
GenderChar
Mobile NumberInt


Discussion

No Comment Found