Sign up
Forgot password?
FAQ: Login

Burton Phillip. SQL Server 101. Part 1: The SELECT Statement

  • zip file
  • size 2,86 MB
  • contains azw document(s)
Burton Phillip. SQL Server 101. Part 1: The SELECT Statement
Amazon Digital Services LLC, 2017. — 103 p. — ASIN B077SNZLK3.
This book is all about the SELECT statement, which is often tested in job interviews.
It is made up of SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY. We'll look at when you would use each, and how to remember the order of these clauses.
We'll then look at how you can retrieve SELECT statements, saving them as views and procedures, and creating a connection from SQL Server in Excel.
This book is for you if you want to focus on the SELECT statement quickly, or if you want a brief taster of SQL Server, to see if it is right for you.
There are six clauses to the SELECT statement:
The SELECT clause identifies the fields you want to retrieve,
The FROM clause tells SQL Server the source of the data,
The WHERE clause can narrow down the number of rows retrieved,
The results can then be summarised using the GROUP BY clause,
The HAVING clause can narrow down the summarised results, and
The ORDER BY clause then orders the final list.
We'll then encapsulate (save) the query as a view and as a stored procedure.
Finally, we'll import the results into Excel, both using copy and paste and as a live connection.
All of this, within 60 minutes. So why not start your SQL Server journey?
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up