SQLQuery 2
AI-enhanced title
create table orders (order_id int, order_date date, amount int, customer_id int);select * from customer;select * from orders;