There is a database with exam scores. Write a query to print the names of the students who scored an even number of mark

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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

Post by answerhappygod »

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
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 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply