Microsoft SQL Server 2012 Certification - Exam 70-461

Video description

In this Microsoft SQL Server 70-461 Exam training course, expert author Mark Long teaches you everything you need to know to pass the Querying Microsoft SQL Server 2012 exam. It is required that you pass the 70-461 Exam in order to earn your MCSA: SQL Server certification from Microsoft.
Mark Long takes you through each of the topics that you will need to master in order to pass the SQL Server 2012 70-461 exam. Throughout this video tutorial, you will learn how to setup the interface, create and alter tables using T-SQL, and understand SQL queries. You will learn about SELECT statements, how to modify data, and use joins and subqueries. Mark will teach you about triggers and different trigger types, how to work with XML, and how to optimize queries. Finally, you will run through the exam basics and what you can expect from the exam.
Once you have completed this computer based training course for the Microsoft SQL Server 70-461 exam, you will have developed the knowledge and skills necessary to pass the Querying Microsoft SQL Server 2012 Exam and continue towards earning your SQL Server MCSA certification.

Table of contents

  1. Introduction
    1. What To Expect From This Course 00:02:07
    2. Course Overview 00:03:44
    3. Understanding Databases 00:06:44
    4. Transact-SQL Basics 00:04:22
    5. Microsoft SQL Certification 00:05:03
  2. Course Setup
    1. SQL Server 2012 Evaluation 00:04:38
    2. SQL Server 2012 Installation 00:06:05
    3. Windows 8 Server 2012 Interface 00:02:57
    4. Windows 7 Interface 00:03:20
    5. SQL Server Sample Database 00:04:48
    6. Attaching The Sample Database 00:05:21
    7. Getting Help 00:05:26
    8. Installing SQL Books Online 00:06:46
  3. SQL Server 2012 Interface
    1. Management Studio Basics 00:06:13
    2. Connecting To SQL Server 00:04:09
    3. Customizing SSMS 00:06:05
    4. Utilizing Diagrams 00:05:34
    5. Saving Diagrams 00:03:07
    6. Text And Graphical Tools 00:04:26
    7. Using Sample Code Files 00:03:23
    8. About The Semicolon 00:03:07
  4. Database Objects And Data
    1. What Are Objects? 00:03:44
    2. Understanding Tables 00:05:16
    3. Understanding Data Integrity 00:04:02
    4. Understanding Data Types 00:06:07
    5. Understanding Primary Keys 00:03:52
    6. Understanding Constraints 00:05:06
    7. Understanding NULL 00:05:10
    8. Understanding Views 00:05:44
    9. Understanding Stored Procedures 00:05:31
    10. Understanding Triggers 00:03:16
    11. Understanding Synonyms 00:06:10
  5. Working With Tables
    1. Creating A Table 00:06:22
    2. Graphical Table Creation 00:04:08
    3. Changing A Table 00:05:49
    4. Graphical Table Alterations 00:05:53
    5. Deleting A Table 00:05:43
    6. Graphical Table Deletion 00:03:22
    7. Creating A Primary Key 00:05:40
  6. SQL Query Basics
    1. Four Basic Queries 00:04:56
    2. Thinking In SQL 00:06:09
    3. Options And More Options 00:06:03
    4. Good Query Structure 00:06:03
    5. Comments 00:05:10
    6. The USE Command 00:02:35
    7. The GO Command 00:04:11
  7. The Basic SELECT Statement
    1. SELECT Basics 00:03:56
    2. SELECT Structure 00:05:01
    3. Using WHERE 00:04:35
    4. Using TOP To Limit Rows 00:05:02
    5. Ordering Results 00:06:42
    6. Working With NULLs 00:04:39
    7. T-SQL Concatenation 00:04:28
  8. Advanced SELECT Statements
    1. Column Aliasing 00:04:36
    2. Using DISTINCT 00:05:38
    3. Using SUM 00:05:36
    4. Using AVG 00:04:32
    5. Using COUNT 00:05:16
    6. Using Group By 00:05:58
    7. Using HAVING 00:04:31
    8. SELECT INTO 00:05:11
    9. Using LIKE And IN 00:06:21
    10. Understanding UNION 00:06:16
    11. INTERSECT And EXCEPT 00:05:44
    12. Using Synonyms - Part 1 00:04:41
    13. Using Synonyms - Part 2 00:03:47
    14. Offset-Fetch 00:05:26
    15. What Is Ranking? 00:05:43
    16. Using Ranking 00:05:33
    17. More Ranking Examples 00:06:34
  9. Using Joins
    1. Understanding Joins 00:06:13
    2. Join Query Structure 00:06:21
    3. Creating Inner Joins - Part 1 00:05:38
    4. Creating Inner Joins - Part 2 00:04:15
    5. Join Creation Through GUI 00:05:40
    6. Creating Outer Joins 00:05:37
    7. Creating Cross Joins 00:04:48
  10. Modifying Data
    1. The INSERT Statement 00:06:07
    2. Using INSERT - Part 1 00:05:55
    3. Using INSERT - Part 2 00:04:33
    4. The UPDATE Statement 00:05:38
    5. Using UPDATE 00:05:13
    6. The DELETE Statement 00:03:32
    7. Using DELETE - Part 1 00:05:42
    8. Using DELETE - Part 2 00:03:32
  11. Using Subqueries
    1. Understanding Subqueries 00:05:41
    2. Subquery Versus Join 00:04:26
    3. Creating A Scalar Subquery 00:03:31
    4. Creating A Multi-Valued Subquery 00:04:12
    5. Creating A Correlated Subquery 00:05:45
  12. Advanced Table Utilization
    1. Utilizing Memory 00:02:47
    2. What Is A Derived Table? 00:06:38
    3. Creating A Derived Table 00:05:59
    4. Table Variables - Part 1 00:05:52
    5. Table Variables - Part 2 00:05:56
    6. Common Table Expressions 00:05:06
    7. Temporary Tables 00:06:00
  13. Programmability
    1. Programmability In T-SQL 00:04:13
    2. What Is A Stored Procedure? 00:05:04
    3. Why Use Stored Procedures? 00:04:46
    4. A Simple Stored Procedure 00:04:50
    5. Input Parameters 00:05:06
    6. Multiple Input Parameters 00:03:43
    7. Output Parameters - Part 1 00:05:59
    8. Output Parameters - Part 2 00:05:16
    9. Using Case Logic - Part 1 00:05:08
    10. Using Case Logic - Part 2 00:04:54
    11. Handling Errors 00:06:02
    12. Stored Procedure Security 00:04:46
    13. Working With Functions 00:03:42
    14. Using Built-In Functions 00:04:10
    15. Creating A Scalar Function 00:05:00
    16. Creating A Table Valued Function 00:04:29
    17. What Is Dynamic SQL? 00:03:17
    18. Dynamic SQL Example 00:04:53
    19. Understanding GUIDs 00:05:41
    20. GUID Examples - Part 1 00:03:36
    21. GUID Examples - Part 2 00:04:51
  14. Triggers
    1. Using Triggers 00:04:58
    2. Inserted And Deleted Tables 00:03:29
    3. Trigger Examples - Part 1 00:05:33
    4. Trigger Examples - Part 2 00:05:19
  15. Transactions In T-SQL
    1. What Are Transactions? 00:05:11
    2. Understanding Concurrency 00:06:36
    3. Explicit And Implicit Transactions 00:04:08
    4. Cross Platform Concerns 00:03:22
    5. Transaction And Locking Example 00:06:16
  16. Under The Hood
    1. Using Metadata 00:04:37
    2. Using Catalog Views 00:06:06
    3. Using Information Schema Views 00:05:05
    4. Using System Stored Procedures 00:04:49
  17. Working With XML
    1. XML Basic 00:06:00
    2. Outputting XML From Queries 00:04:51
    3. Using FOR XML RAW 00:06:34
    4. Using FOR XML AUTO 00:06:18
    5. Using FOR XML PATH 00:06:39
  18. Optimizing Queries
    1. Optimization Basics 00:06:11
    2. Query Execution Plans - Part 1 00:04:37
    3. Query Execution Plans - Part 2 00:06:18
    4. SQL Server Extended Events - Part 1 00:03:01
    5. SQL Server Extended Events - Part 2 00:06:23
    6. SQL Server Profiler 00:05:17
  19. Taking The Exam
    1. Exam Basics 00:05:39
    2. Taking Your Exam 00:06:32
    3. When It Is Over 00:04:55
  20. Conclusion
    1. Wrap-Up 00:03:36
    2. About The Author 00:02:51

Product information

  • Title: Microsoft SQL Server 2012 Certification - Exam 70-461
  • Author(s):
  • Release date: December 2013
  • Publisher(s): Infinite Skills
  • ISBN: 9781771371834