Technical Achievement Challenges
Back by popular demand, our Technical Achievement Challenges are returning in Mission 3! Answer our SQL based questions each week to increase your chances at the 30K prize! Each week will have it’s own Technical Achievement Challenge. You must be considered a valid entry to win which includes, but is not limited to, registering with a valid LinkedIn and qualifying as a data professional. For more information visit the sweepstakes rules.
As usual, these challenges can be completed using Starburst Galaxy or Trino, the choice is yours. All the details you need to complete these SQL based problems are available by following this easy guide.
Starburst Galaxy
- Sign up for Starburst Galaxy!
- Log in to Starburst Galaxy
- Navigate to the Clusters pane
- Start the Cluster named “Sample”
- Navigate back to the Query Editor
- Select the catalog “tpch”
- Select the schema “tiny”
You may be querying 7 different tables. View the ER diagram.
- tpch.tiny.customer
- tpch.tiny.lineitem
- tpch.tiny.nation
- tpch.tiny.part
- tpch.tiny.orders
- tpch.tiny.supplier
- tpch.tiny.partsupp
Watch as I walk you through how to query the datasets using Starburst Galaxy.
Trino
- Clone the GitHub repository
- Follow the Mission 3 Step-by-Step guide to log into the mysql trino coordinator node
- Use the Trino CLI query the “tcph” catalog and “tiny” schema
You may be querying 7 different tables. View the ER diagram.
- tpch.tiny.customer
- tpch.tiny.lineitem
- tpch.tiny.nation
- tpch.tiny.part
- tpch.tiny.orders
- tpch.tiny.supplier
- tpch.tiny.partsupp
Watch as I walk you through the steps for querying both tables below using Trino.