79610552

Date: 2025-05-07 12:47:04
Score: 1
Natty:
Report link
SELECT * FROM users 
WHERE users.id NOT IN ( SELECT users_id FROM user_type);

Explain:- This query fetches all user records from the users table but only keeps those whose ID is not found in the user_type table

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Saniya Dankher