Text Share Online

SELECT orders.Order_Id, customer.Customer, customer.Contact, customer.Country, orders.Order_Date
-> FROM orders
-> INNER JOIN customer ON orders.Customer_ID = customer.Customer_ID;

Share This: