There is a database with the exam scores of every student. Write a query to print the maximum and minimum marks of the s

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 the exam scores of every student. Write a query to print the maximum and minimum marks of the s

Post by answerhappygod »

There Is A Database With The Exam Scores Of Every Student Write A Query To Print The Maximum And Minimum Marks Of The S 1
There Is A Database With The Exam Scores Of Every Student Write A Query To Print The Maximum And Minimum Marks Of The S 1 (107.35 KiB) Viewed 65 times
There is a database with the exam scores of every student. Write a query to print the maximum and minimum marks of the students. The result should be in the following format: MAX_MARKS MIN_MARKS Schema There is 1 table: marks. Name ID Type STRING ID MARKS INTEGER These are the marks scored. Sample Data Tables marks MARKS marks Description This is the student's ID. It is the primary key. abc123 30 def456 70 def123 50
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply