Computer Science, asked by Mousin8628, 1 year ago

A table named bank has following columns.
Accountno,Customername,DateofBirth,PANnumber,openingBalance. Identify which columns cannot be specified as primary key and why ?

Answers

Answered by Shahniz
1

customer name;date of birth and openingbalance cannot be a primary key as these columns can have duplicate values for different records.

Similar questions