Question

user_6227789376 avatar
user_6227789376
mysql
11/19/2021 9:14 AM
124 B
17
Indexable
-- Question 3:

SELECT name FROM students WHERE marks > 75 ORDER BY RIGHT(name, 3), ID ASC;
Editor is loading...