Which of the following BEST describes the purpose of a uniqueness constraint in a database?
It uniquely identifies each row in a table and cannot be NULL.
It ensures that all values in a specific column are different, preventing duplicate entries.
It connects two tables together using a common column found in both tables.
It requires all records in the database to relate to another record in a different table.