You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request = 'SELECT Orders.OrderID, Products.ProductName, Products.ProductID FROM Orders, Products INNER JOIN [Order Details] ON [Order Details].OrderID = Orders.OrderID AND Products.ProductID = [Order Details].ProductID WHERE Orders.CustomerID = "ALFKI" ORDER BY Orders.OrderID'