Back to Skills Practice

Safe browser SQL lab

SQL Practice

Practice QA/SDET data checks with simulated users, orders, payments, tickets, and events. No real database or backend is used.

0 / 24 tasks completed

SQL editor

Read-only simulator. Ctrl/Cmd + Enter runs the query.

qa_sql_sandboxSELECT only
1

Safe browser trainer. Destructive SQL is blocked. Raw SQL is not sent to analytics.

Query result

Run a query to see rows, status, and task feedback.

Try a suggested query or type your own SELECT.

Dataset preview

Small simulated QA data with intentional problems: duplicates, NULLs, failed payments, missing relationships, and unresolved tickets.

users

idemailname
1ana@example.comAna
2bob@example.comBob
3admin@example.comAdmin

orders

iduser_idstatus
1011paid
1021failed
1032paid

payments

idorder_idprovider
201101stripe
202102stripe
203103paypal

tickets

iduser_idpriority
3011high
3022medium
3034high

events

iduser_idevent_name
4011login
4022login
4031checkout_started