LeetCode 183: Customers Who Never Order
Date: January 19, 2026Category: SQLTime Taken: 10 minutesDifficulty: Easy
Problem Statement
Write a solution to find all customers who never order anything.
Link: Customers Who Never Order
My Approach
Initial thought: Since we only need the names o...
varchasvh.hashnode.dev2 min read