Description
Retrieve all columns from the employees table.
Mission:Practice foundational SQL SELECT statements.
Investigation:Retrieve all columns from the employees table.
Expected Outcome:Return the correct columns and rows.
Concept tags:
#SELECT#FROM
Estimated: 2 minDifficulty: Beginner
Database Schema
Relationships
No relationships documented.
Tables
employees
idnamedepartmentsalary
Monaco SQL EditorBeginner2m
Loading...
SCAN
FILTER
GROUP
SORT
RESULT
Pipeline elapsed: 0ms
Shortcuts: Ctrl/Cmd+Enter run, Ctrl/Cmd+/ comment, Ctrl/Cmd+Shift+F format
#SELECT#FROM
Result Summary
Expected: 3
Actual: 0
Needs update
Smart Hint: You returned fewer rows. Check JOIN/WHERE.
Progressive Hints
Hint 1: Start from the employees table.
Run a query to see results.
Tip: Explore table previews first to understand data relationships.