Test Your SQL Skills
Test your SQL across filtering and NULL semantics, joins, aggregation, and window functions and constraints. 30 scenario questions, instant score by category, free with no signup.
SQL Test అంటే ఏమిటి?
This is a scenario-based SQL test: 30 short queries, each followed by a question about what actually happens when it runs. A WHERE clause compared against NULL that quietly returns nothing. A LEFT JOIN that behaves like an INNER JOIN once you filter the wrong column. A NOT IN that silently drops every row because one value in the subquery was NULL. You pick the answer that matches what the database actually returns, not what looks like it should happen.
మరింత చదవండితక్కువ చూపించండి
The 30 questions cover four areas — filtering and NULL semantics, joins and set operations, aggregation and subqueries, and window functions/CTEs/transactions/constraints. Those four are the places where reading a query and running a query quietly diverge, and where a job posting's Strong SQL usually turns out to mean something specific once you are in the interview. You get a score in each area, so a weak spot shows up as a weak spot rather than as a lower total.
It takes about six minutes, there is no signup, and there is no query to write or execute — every question is read-and-predict, the same way a senior engineer reviews a pull request. Knowing the syntax and knowing what a specific query does against specific data are different skills, and this measures the second one.