Write a SQL query to display firstname and branch of student, who belongs to the branch ‘Computer Engineering’
Introduction Write a SQL query to display firstname and branch of student, who belongs to the branch 'Computer Engineering'. I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admiss ...