Write a SQL query to get first name from tblstudent in lower case
Introduction Write a SQL query to get first name from tblstudent in lower case. I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admission_fee Admission_date Branch 1 John ...