Q:

Get all student details from tblstudent whose “FirstName” end with ‘a’.

0

Get all student details from tblstudent whose “FirstName” end with ‘a’.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Select * from tblstudent where FirstName like '%a'

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 SQL server queries Interview questions

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
List all students whose first name start with ‘M... >>
<< Get all student details from tblstudent whose “F...