Students by credits then name — DBMS OPPE Question
Students by credits then name
00:00
From the student table, return each student's name and tot_cred. Sort by tot_creddescending; where two students have the same total credits, break the tie by nameascending.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan