SQL From Clause

  • From Clause in SQL denotes from which table user wants to pull the data
  • From Clause represents to TABLE NAME
  •  

     

     

    Copy Query and Syntax:

    Query: Select Item and Quantity Columns from Sales table
    Syntax: Select Item,Quantity FROM Sales