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