The _______ command in SQL is used to remove duplicates and retrieve unique values from a specified column.
- DISTINCT
- WHERE
- JOIN
- GROUP BY
In SQL, the "DISTINCT" command is used to eliminate duplicate values and retrieve unique values from a specified column. It helps in data analysis by providing distinct records for further analysis.
Loading...
Related Quiz
- RNNs are particularly effective for tasks like _______ because they can retain memory from previous inputs in the sequence.
- Which metric provides a single score that balances the trade-off between precision and recall?
- A company has built a highly accurate model for detecting objects in urban scenes. They now want to adapt this model for rural scenes. Instead of training a new model from scratch, how can they utilize their existing model?
- When normalizing a database in SQL, separating data into two tables and creating a new primary and foreign key relationship is part of the _______ normal form.
- What is the primary objective of feature scaling in a dataset?