InterviewSolution
Saved Bookmarks
| 1. |
Anil wants to create a table in MS Access with name Student table.Following are the Field names which he has to take for the Student table:Admission no. , Name, Class, Section, Address, Phone no.Answer the following based on the statement mentioned above: |
|
Answer» Explanation: PRIMARY key will be admission no. admission no. will be NUMERIC DATA type name will be text data type class will be number data type section will be true false data type address will be memo data type phone no. will be number data type. welcome |
|