AI Coder
AI
Code Editor
Show Output
SELECT * FROM customers WHERE cust_id IN (SELECT DISTINCT cust_id FROM orders WHERE order_value > 5000);
Output Preview