Q:

Get all student details from tblStudent table whose admission date between ‘2015-01-01’ and ‘2016-01-01’.

0

Get all student details from tblStudent table whose admission date between ‘2015-01-01’ and ‘2016-01-01’.

All Answers

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

select * from tblStudent where admission_date between '2015-01-01' and '2016-01-01'

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
Get the first name, last name, current date, admis... >>
<< Get only year part of admission date from tblStude...