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 Column from Sales table
Syntax: Select Item FROM Sales