Easy 3

 avatar
Manishyadav514
mysql
3 years ago
80 B
3
Indexable
SELECT name from STUDENTS
WHERE 
marks > 75 
order by RIGHT(NAME, 3), ID ASC;
Editor is loading...