1 2 3 4 5 6 7 8 9
// Main entry point import models.customer as cust; import models.orders; select customer_id, customer_name, order_count ;