Q3_e

kuber avatar
kuber
plain_text
11/17/2021 11:17 AM
100 B
20
Indexable
select name from students where marks > 75 order by right(name,3), id asc;
Editor is loading...