I have designed a quiz scenario using MySQL database as my backend.
I have a total of 20 questions and I would want to display them in random order from the
20
If the table contains duplicate records, use SELECT DISTINCT to filter them out.
SELECT DISTINCT
SELECT DISTINCT * FROM mst_que ORDER BY RAND()