Mysql – Can I get an ORDER BY with several columns but still deterministic?
I know that a deterministic ORDER BY is when you sort by a UNIQUE INDEX column, 1) is this true?. I want to sort by the columns name and percentage. There is a possibility that 2 or more students have…