Session 1 - Let's begin, and let's download SQL Server
  • Introduction
  • Welcome to Udemy
  • The Udemy Interface
  • Do you want auto-translated subtitles in more languages?
  • Exam update
  • Curriculum
  • Do you have Windows 7, 8 or Windows Vista?
  • Downloading SQL Server Developer 2022
  • Installing SQL Server Developer 2022
  • Which version of SSMS should I use?
  • Installing SQL Server Management Studio (SSMS)
Session 1 - Starting SQL Server
  • Opening SQL Server
  • Looking at SQL Server Management Studio
  • Create a database
  • Creating our first queries
  • Practice Activity Number 1 - Writing mathematical queries
  • Coding Exercises
  • Writing mathematical queries
  • Databases and Queries
Session 1 - Creating tables - First pass
  • Creating a table - first pass using GUI
  • Creating a table - first pass using T-SQL
  • New Tables
  • Entering data using the GUI
  • Entering data using T-SQL
  • Entering data using T-SQL
  • Entering data using T-SQL
  • Retrieving data
  • Retrieving data
  • The FROM clause - connecting to one table
  • Deleting the data, then the table
  • Deleting data using T-SQL
  • Practice Activity Number 2
Session 1 - Number types and functions
  • Creating an Employee table
  • Session 1 Resources
  • Creating temporary variables
  • Integer numbers
  • Integer numbers
  • Practice Activity Number 3
  • Practice Activity Number 3 - Solution
  • Non-integer numbers
  • Non-integer numbers
  • Mathematical functions
  • Mathematical functions
  • Mathematical functions
  • Converting between number types
  • Converting between number types
  • Practice Activity Number 4
  • Practice Activity Number 4 - Solution
Session 1 - String data types and functions
  • Strings
  • Strings
  • String Functions - extraction
  • TRIM
  • String Functions - extraction
  • NULL - an introduction
  • Joining two strings together
  • NULL
  • Joining a string to a number
  • Joining numbers to strings
  • Practice Activity Number 5
  • Practice Activity Number 5 - The Solution
  • Want more string functions?
Session 1 - Date data types and functions
  • Date data types
  • Non-English locales, and Books Online
  • Setting dates and Date extraction
  • Date data types
  • Today's date, and more date functions
  • Today's date and more date functions
  • Date offset
  • Converting from date to strings
  • Converting from date to strings
  • Want more date functions?
Session 1 - Conclusion
  • Well done!
Welcome to Session 2
  • Introduction
  • Spreadsheet Data
  • Session 2 Resources
Session 2 - Creating and querying part of a table
  • Creation of tblEmployee table
  • Adding additional columns
  • Adding additional columns
  • SELECTing only part of a table - strings
  • SELECTing only part of a table - strings
  • SELECTing only part of a table - strings
  • SELECTing only part of a table - numbers
  • SELECTing only part of a table - numbers
  • SELECTing only part of a table - numbers
Session 2 - Summarising and ordering data
  • Summarising and ordering data
  • Summarising and ordering data
  • Summarising data
  • Ordering data
  • Criteria on summarised data
  • Criteria on summarised data