Programming Question

Question: Imagine a simple database storing information for students' grades. Design what this database might look like and provide a SQL query to return a list of the honor roll students (top 10%), sorted by their grade point average.

From: Cracking the Coding Interview [McDowell]

Subject: Databases

Load Another Question


Select a Subject