Menu
×
×
Correct!
Exercise:Choose the correct
SELECT *
FROM Orders
@(20)
ON Orders.CustomerID=
Customers.CustomerID;
SELECT *
FROM Orders
INNER JOIN Customers
ON Orders.CustomerID=
Customers.CustomerID; Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?