InterviewSolution
Saved Bookmarks
| 1. |
Mrs. Sharma is the class teacher of Class 'XII A'. She wants to create a table 'Student' to store details of her class. (i) Which of the following can be the attributes of Student table?(a) RollNo(b) "Amit"(c) Name(d) 25(ii) Name the Primary key of the table'Student'. State reason for choosing it. |
|
Answer» (i)(a) RollNo (b) Name (ii) primary key : RollNo as it will be unique for each student of the class. |
|