Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql distinct vs unique

Unique: helps to ensure that all the values
in a column are different
Distinct: helps to remove all the duplicate
records when retrieving the records from a table.
 
PREVIOUS NEXT
Tagged: #sql #distinct #unique
ADD COMMENT
Topic
Name
9+9 =