Computer Science, asked by melishaadhikari31, 8 months ago

1. Riya has created a database of her classmates containing name, date of birth
contact number. Her teacher asked her to display names of those students who
have their birthdays in the month of January. Suggest her a database object to
perform this task.

Answers

Answered by Anonymous
2

Answer:

In SQL, the query will be as follows:

select<date of birth>from<tablename>where<birthday=january>;

Similar questions