Write the SQL statement to print the day of the week of your birthday in the year 1999.

We can use following syntax:
SELECT DAYOFWEEK(<your date of birth in yyyy-mm-dd>);
for example-
SELECT DAYOFWEEK(‘2000-11-24’);

error: Content is protected !!