Loading…
TechNest
Work with data storage
Cass
LarsYou get to be a super detective for information, organizing huge piles of data so you can find exactly what you need in a flash.
You could be managing all the important athlete data for the Olympics, making sure scores are updated instantly, or helping track visitor information efficiently.
Optional materials for this quest.
Learning SQL by Alan Beaulieu
RequiredThe clearest printed SQL reference for beginners — covers everything from basic SELECT to joins and subqueries with real examples you can run yourself. Way better than random googling.
Data Engineering Notebook / Dot Grid Journal
RequiredUse a dot-grid notebook to sketch out table schemas, draw relationship diagrams, and plan your queries before typing them — database designers call this ERD sketching and it really works.
Head First SQL
A visual, story-driven SQL book with puzzles and activities that makes database concepts stick — great if Learning SQL feels too dense at first.