- There Is A Database With Exam Scores Write A Query To Print The Names Of The Students Who Scored An Even Number Of Mark 1 (102.32 KiB) Viewed 72 times
There is a database with exam scores. Write a query to print the names of the students who scored an even number of mark
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
There is a database with exam scores. Write a query to print the names of the students who scored an even number of mark
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