📜  sql distinct vs unique - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:59.995000             🧑  作者: Mango

代码示例2
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.