QUESTION IMAGE
Question
which field did you set as the primary key in tblmembers table?
bookid
returnid
membername
memberid
Brief Explanations
A primary - key uniquely identifies each record in a table. In a tblMembers table, MemberID is most likely to be the primary key as it is a unique identifier for each member. BookID is related to books, ReturnID to returns, and MemberName may not be unique (multiple members could have the same name).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. MemberID