Question: 1/50
Which statement best describes a primary key constraint in an Oracle relational table?
It enforces uniqueness and disallows NULL values for the key column(s).
It allows duplicate values but disallows NULL values for the key column(s).
It enforces uniqueness but allows NULL values in the key column(s).
It automatically creates a foreign key in another table.