This SQL Server training course has been designed to introduce you to Relational Databases (RDBMS), Structured Query Language (SQL) and T-SQL Programming. This course develops your knowledge of writing SQL scripts and managing data stored in relational database. It is suitable for anyone who wants to write SQL scripts using Conditional statements in Stored Procedures, User Defined Functions, Triggers and Cursors. The course contains elements of ANSI SQL using SQL Server as an example database.
Prerequisites
There are no Prerequisites for this course.
Exercises
This course is instructor-led. Each section begins with an explanation and demonstration of a key concept. You then work through several practical exercises to apply your knowledge and test your understanding.
Approach
All contents in this course are designed to make you a faster and efficient SQL developer.
Day 1/2
Data, Database, DBMS and Database Concepts
Introduction of MS SQL Server
Database and DBMS
Database Types
Flat-type databases
Hierarchical databases
Network databases
Relational databases
Rules of Cardinality
1:1 Relation
1:M or M:1 Relation
M:M Relation
Data Models
Conceptual data model
Logical data model
Physical data model
Entity – Relationship Diagram
Day 3/4/5
Editions of MS SQL Server
Introduction to SQL Server Management Studio
Planning and Creating Databases
Creating database
Understanding SQL Architecture
Overview of SQL Language
Introduction of SQL and Transact-SQL (T-SQL)
Types of Tables
Data Definition Language (DDL)
USE Command, Create, Alter and Drop Tables using T-SQL