Welcome to SQL Server 101. I’m Phillip Burton from sqlserver101.com. This podcast is an audio version of the video courses that I created for Microsoft SQL Server. They aim to get you from beginner level to that needed for the 70-461 certification, and beyond. Learn the skills that could you need to…
Phillip Burton, SQLServer101.com
Topics in this episode: CASE, ISNULL and Coalesce.
Topics in this episode: UNION and UNION ALL, and Intersect and Except.
Topics in this episode: Update functions, Handling multiple rows in a sesson, and Create and alter DML triggers - summary.
Topics in this episode: Creating an INSTEAD OF trigger, and Nested triggers.
Topics in this episode: Creating an indexed view, What are triggers?, and Creating an AFTER trigger.
Topics in this episode: Adding new rows in views, Deleting rows, and Indexed views.
Topics in this episode: Altering and dropping views, Securing views, Security.
Topics in this episode: Foreign key in practice, Summary of constraints, and Creating views.
Topics in this episode: Primary key in practice, and Foreign key theory.
Topics in this episode: Check constraints, and Primary key in theory.
Topics in this episode: Unique constraints, and Default constraints.
Topics in this episode: Updating data Objectives of Session 3 Problems What are constraints?
Topics in this episode: Missing data; Deleting data
Topics in this episode: Creating a third table; JOINing three tables
Topics in this episode: Writing a JOIN queryl different types of JOIN
Topics in this episode: Designing a connection; Importing data and showing tables graphically
Topics in this episode: Exercise; Designing second table
Topics in this episode: WHERE and GROUPING; HAVING
Topics in this episode: Creation of the Employee Table; Objectives for Session 2; Adding additional columns
Topics in this episode: More date functions; date offsets; converting from dates to strings
Topics in this episode: Joining a string to a number; Date data types; Setting dates and date extraction
Topics in this episode: NULL - an introduction; Joining two strings together
Topics in this episode: Strings and String Functions
Topics in this episode: Mathematical functions; converting between number types
Topics in this episode: Integer and non-integer numbers
Topics in this episode: Retrieving data; deleting data and table; creating table and temporary variables.
Topics in this episode: Creating our first queries; creating a table; entering data
Topics in this episode: Curriculum; Opening SQL Server; Looking at Management Studio; Create a database
Topics in this episode: Introduction; Installing SQL Server and Visual Studio