227k views
4 votes
Write a SQL command to list students born in the month of 'December'.


\\ \\
Thanks ​

1 Answer

4 votes

Answer:

SELECT * FROM students WHERE birth_month = "December"

Step-by-step explanation:

a SQL command to list students born in the month of 'December'.

User Rhodee
by
8.8k points

No related questions found