Write a SQL query to get unique branch from tblstudent table
Introduction Write a SQL query to get unique branch from tblstudent table. I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admission_fee Admission_date Branch 1 John Smi ...