Write a Query to get “AdmissionDate” in “dd mmm yyyy” format, ex- “06 May 2019”
Introduction Write a Query to get "AdmissionDate" in "dd mmm yyyy" format, ex- "06 May 2019". I have used Microsoft SQL server 2008 R2 for the following demo. tblstudent StudentId FirstName LastName Admission_fee Admission_date Branch ...