Tag: How to select unique records from a table?
Select unique records from a table by using DISTINCT keyword.
Select DISTINCT StudentID, StudentName from Student.
Select unique records from a table by using DISTINCT keyword.
Select DISTINCT StudentID, StudentName from Student.