Page 1 of 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

Posted: Fri Jul 01, 2022 5:51 am
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 67 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