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
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