×
×
Correct!
Insert the missing parts in the
SELECT *
FROM Orders
LEFT JOIN Customers
@(20)=
@(20);
SELECT *
FROM Orders
LEFT JOIN Customers
ON Orders.CustomerID=
Customers.CustomerID; Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 52 exercises.
Are you sure you want to continue?