SQL - Advanced Joins
Consider these tables:
What is the main problem with using
Orders(order_id, customer_id, date)Customers(customer_id, name, date)What is the main problem with using
NATURAL JOIN on these tables?