I have one query in SQL Server output,
Suppose i have one table (Ex.StudentMaster) having some fields-No unique constraints. For Ex. RollNumber and Name The table has same same data. For ex:
RollNo Name
1 Yoko
1 Yoko
1 Yoko
I want to get only third record. How can i identify this unique record?