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 all columns from Sales table
Syntax: Select * From Sales