Jump to content

DAVID F

Members
  • Posts

    2
  • Joined

  • Last visited

DAVID F's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. DAVID F

    Understand Syntax

    Thank you very much!
  2. DAVID F

    Understand Syntax

    Hi All, I have this example: SELECT Orders.OrderID, Customers.CustomerName, Orders.OrderDate FROM Orders INNER JOIN Customers ON Orders.CustomerID=Customers.CustomerID; Can you please help me and tell me why the "FROM" is from "Orders" table and not also from "Customers" table ?
×
×
  • Create New...