InterviewSolution
Saved Bookmarks
| 1. |
Consider the table given below :SalespersonSalespersonNameAgeSalary1Ajay611400002Sunil34440003Chris34400004Amaaya4152000OrdersOrdersSalespersonIDAmount1025400020718000(i) The column in the "Salesperson"table is the ................. KEY. The SalespersonId column in the "Orders" table is a .................. KEY.(ii) Can the 'Salespersonld' be set as the primary key in table 'Orders'. Give reason. |
|
Answer» (i) Primary, Foreign (ii) No, as it may be repeated in Orders table. |
|