AI Coder
AI
Code Editor
Show Output
SELECT cust_id, cust_name, address FROM customers WHERE cust_name LIKE 'A%';
Output Preview