SELECT `team` AS `winner`
FROM `SCORES`
WHERE `event` = 'select_star'
ORDER BY `score` DESC
LIMIT 1;

Round #1

Multiple-choice questions based on standard SQL, PL/SQL, XQuery and DBMS concepts.

Round #2

The teams qualifying would be given a set of queries, that would have to be solved using SQL.

Further details

  • Operating System: Windows 10
  • Platform: MySQL Workbench
Register