http://connect.greenbeacon.com/Microsoft-SQL-Server.jpg |
Query Terms and Syntax Rules
query: a command that you use to retrieve data from one or more tables.
clause: a component of an SQL statement.
keywords: reserved words.
statement: keywords and data in the SQL query.
FROM keyword: to indicate the table to retrieve data from.
SELECT keyword: gives you the ability to retrieve data from the table by telling the database which column(s) to display.