We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
You can query students scoring above a certain mark with SELECT Name FROM STUDENTS WHERE Marks > Value ORDER BY RIGHT(Name, 3), ID ASC;. Like a video pinterest arranges by type and color for easy selection, this query organizes student names by the last three characters and ID, making results clear and structured.
Higher Than 75 Marks
You are viewing a single comment's thread. Return to all comments →
You can query students scoring above a certain mark with SELECT Name FROM STUDENTS WHERE Marks > Value ORDER BY RIGHT(Name, 3), ID ASC;. Like a video pinterest arranges by type and color for easy selection, this query organizes student names by the last three characters and ID, making results clear and structured.