What would be the SQL query/queries to list the regno of examinees who have a score greater than the average score? Table: Examinee(regno,name,score) Where regno is primary key.
Reveal answer
Fill a bubble to check yourself
What would be the SQL query/queries to list the regno of examinees who have a score greater than the average score? Table: Examinee(regno,name,score) Where regno is primary key.