_______ is a constraint in SQL that ensures unique values are inserted into a column.
- CHECK
- DEFAULT
- PRIMARY KEY
- UNIQUE
The "UNIQUE" constraint in SQL ensures that all values in a column are unique, meaning no two rows can have the same value in that column. It is often used to enforce data integrity and prevent duplicate entries.
Loading...
Related Quiz
- In the context of data preprocessing, what is feature engineering?
- In SQL, the ________ function is used to return the number of rows that match a specified criterion.
- In dashboard design, which element is crucial for enabling users to focus on key metrics at a glance?
- In BI tools, what is the purpose of a dashboard?
- What is a common tool used for ETL processes in data warehousing?