SQL Intro – SELECT, FROM, WHERE, and Order By

Probably the most commonly used SQL keywords, Select and From are the minimum commands you would need to see data from a table.

Select Statement is used to tell the database what data you would like to see

The Select Statement is made up of the following parts:

If you are not in my class, but want to follow along, here is a data file you can import into SQL Server:

Instructions for importing the Excel File to SQL Server : Instructions

One thought on “SQL Intro – SELECT, FROM, WHERE, and Order By

  1. Pingback: Database Development and Design – Analytics4All

Leave a Reply