Write a SQL query to get list of all students whose first name start with ‘Ma’ or ‘Da’
Introduction Write a SQL query to get list of all students whose first name start with 'Ma' or 'Da'. I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admission_fee Admission_date ...