I am very confused about how to identify the primary key in the first normal form
In the first example: I can understand the reason that SR_ID and Cus_No are the primary keys. But why Mngr_ID is not a primary key? Why Mngr_ID is depended on SR_ID and Cus_No
In another example: Why staff_No is not a primary key? Because in the lecture, the first step that my professor examine is start from finding PK. But I am not sure how to do this? In the this example, all other attributes can depend on property_no and IDate, so they are the pk. But I don't understand why staff_no is depended on property_no and IDate