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 Code from Symbol table
    Syntax: Select Item, Code from Symbol