Core SQL (EasyβMedium)
- SELECT, WHERE, ORDER BY, LIMIT
- GROUP BY, HAVING, COUNT, SUM, AVG
- INNER JOIN and LEFT JOIN
- Subqueries and CASE WHEN
Prove your SQL skills in a timed, real-world assessment
employees and departments tables (described inside the test).You need to be logged in to take the test.
The SQL Skill Test is a timed, real-world SQL assessment built to mirror the SQL interview rounds used at tech companies, data teams, and analytics engineering roles. Unlike multiple-choice quizzes, 10 of the 15 questions require you to write real SQL that is evaluated against expected query output β exactly how a technical take-home challenge works. You get a scored result and a shareable certificate the moment you submit.
Whether you are preparing for a data analyst interview, a business intelligence role, or a backend engineering position, this test gives you an honest benchmark of your current SQL level and a credential you can link from your LinkedIn profile or resume.
Each SQL writing question is worth 8 points. Each multiple-choice question is worth 4 points. The total is 100 points. The passing threshold is 75 / 100. SQL answers are evaluated automatically β your query output is compared to the expected result set, so there is no manual grading delay. You see your score the instant you submit.
Candidates who pass receive a shareable certificate showing their score, the number of questions answered correctly, and the completion date. The certificate link is unique per candidate and can be shared on LinkedIn, added to a resume, or included in a job application.
The best preparation is writing real SQL queries against real data. Use the SQL Practice Challenges to work through problems at Easy, Medium, and Hard difficulty β focusing especially on JOINs, GROUP BY patterns, and window functions, which appear most frequently in the test.
The SQL Playground lets you run free-form queries against the same e-commerce database used throughout the platform. Read the SQL Blog for guides on window functions, CTEs, and SQL interview preparation strategies.