Write a query to select second highest admission fees from “tblStudent” table
Introduction Write a query to select second highest admission fees from "tblStudent" table. I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admission_fee Admission_date Branch ...