There is a database with exam scores. Write a query to print the names of the students who scored an even number of mark
Posted: Fri Jul 01, 2022 5:51 am
There is a database with exam scores. Write a query to print the names of the students who scored an even number of marks. The names should be listed in uppercase, alphabetically ascending. The result should be in the following format: NAME MARKS Schema There is 1 table: exam Name Type Description NAME STRING This is the student name. It is the primary key. MARKS INTEGER These are the marks obtained. Sample Data Tables exam NAME Julia Samantha MARKS 10 exam 6