Computer Science, asked by himanshupassey26, 1 year ago

1)Which two fields can act as the primary key from a given table?
2)which field can act as the candidate key and alternate key?
Acc_No
Cus_Name
Address
Balance
PAN_Number
Plzz answer me fast....

Answers

Answered by ayushgupta113
3
STUDENT {SID, FNAME, LNAME, COURSEID}

Here in STUDENT table keys are:

Candidate keys are SID or FNAME+LAME

Primary Key: SID

Foreign Key: COURSEID

Alternate Key:  FNAME+LAME

Composite Key:  FNAME+LAME


jisujohn12345: sorry
jisujohn12345: i was not at all confirm of my answer
nandini2106: hey the answer would be. primary key-account number,pann number
nandini2106: candidate key- account number,pannnumber
nandini2106: alternate key- (if primary key is account number then ) pannumber
Similar questions