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 Price Quantity Columns From Sales
    Syntax: Select Price,Quantity from Sales