Which statement is true about Primary Key or Primary Index?
Primary Index is a physical access mechanism and allows NULL values.
Primary Key identifies a row uniquely and allows NULL values.
Primary Key can be unique or non-unique and does not allow NULL values.
Primary Index is a physical access mechanism and does not allow NULL values.
Submit