Modern QA2026Practical Exercise — tiles
Log inJoin
15 / 65 · 15 SQL & Database Testing · JOINs and Aggregation← prev⊞ allnext →☰ Read as one page

2.7Practical Exercise

  1. Write a query that finds users who registered but never placed an order
  2. Write a query that finds duplicate email addresses in the users table
  3. Write a query that shows error distribution by hour for the last 7 days
  4. Write a query that finds orders where the total does not match the sum of line items
  5. Integrate one of these queries into a pytest test