SQLancer
TOPIC:
In Progress
1 / 11

DATABASE TABLES

Wasm DB
ACTIVE SCHEMA
SQL CONSOLE

Data Output

Query Output

No results yet. Write a query and press Ctrl+Enter to run.

Expected Output

Target Result
EASY TOPIC EXERCISE

Basic SELECT - All Columns

Context

HR Analyst

You are starting a basic employee roster pull and need the raw table first.

Task Statement

Return every column from the employees table.

Required Output

Include all employee columns.

Rules

Use a basic SELECT against employees with no filters.

Success Criteria

Every employees row is returned with every source column, without filtering or changing the table grain.

● Wasm Engine Ready DB: select-statements
No query executed LV 1 0 XP