select * from tbl_customers where tbl_customers.Customer_ID not in ( select DISTINCT tbl_orders.fk_customer_id from tbl_orders)