Advertisements
Advertisements
प्रश्न
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 Name | |
Age | |
Gender | |
Mobile Number |
सारिणी
उत्तर
Column A (Field Name) |
Column B (Data Type) |
Passenger Name | VARCHAR |
Age | INT |
Gender | Text |
Mobile Number | INT |
shaalaa.com
Data Types in the DBMS
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Tick whichever box is not valid.
Student wants to create a field pincode in a table, which data type he will choose?
In a company the data is stored in a table under the following fields Employee number, Last name, Date of birth, Address. Which data type will you use for the above field.