Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MICROSOFT SQL SERVER: A Beginner to Advanced Guide
Rating: 3.5 out of 5(34 ratings)
129 students

MICROSOFT SQL SERVER: A Beginner to Advanced Guide

Become a Database Master of RDBMSs'
Last updated 5/2017
English
English [Auto],

What you'll learn

  • Build their database Schema
  • Add Tables to databases
  • Perform manipulations using DML queries
  • Understand and create views and stored procedures
  • Invoke triggers and indexes over queries and tables
  • Apply key constraints as required
  • Generate Sub-queries and Grant priviledges and User Roles

Course content

5 sections27 lectures3h 30m total length
  • 1.1 Introduction to SQL Server1:15

    Explore Microsoft SQL Server, a full featured relational database management system that competes with Oracle and MySQL. Learn the client-server distinction and basic installation on Windows.

  • 1.2 Creating, Altering and Dropping a Database8:08

    Create, alter, and drop databases in SQL Server using either management studio or SQL queries, and understand database files like MDF data files and LDF log files.

  • 1.3 Creating Tables5:09

    Learn to create tables within a database by defining a person table with id, name, email, and gender_id, and a gender table; use primary keys to uniquely identify records.

  • 1.4 Foreign to primary key referencing11:25

    Explore how foreign keys reference primary keys to enforce data integrity in sql server, using real person and building tables with practical insertion examples.

  • 1.5 Cascading Referential integrity constraints6:21

    Discover cascading referential integrity constraints in Microsoft SQL Server within a beginner to advanced guide.

  • 1.6 Check Constraints in SQL8:57

    Master check constraints in sql with sql server, guiding learners from beginner to advanced levels to enforce data integrity across tables.

  • 1.7 Unique key constraints4:59

    Master unique key constraints in Microsoft SQL Server through this beginner to advanced guide, part of the Microsoft SQL Server course.

Requirements

  • Basic understanding of RDBMS
  • Basics of Databases

Description

Microsoft SQL Server is the most user friendly of all RDBMS' the extremely popular, greatly used, well known and generally utilized database framework available today. Launch Programmers’ Querying Microsoft SQL Server course acquaints you with building and utilizing databases in this platform.

The course gives understudies the technical skills required to compose basic Transact-SQL queries for Microsoft SQL Server. This course is the establishment for all SQL Server-related controls, including Database Administration and Database Development.

After the successful completion of this course, you will be able to build your own databases and add tables, Views and other SQL objects along with incorporating various user roles and privileges for the same.

Who this course is for:

  • Students who wish to have a practical hands-on over RDBMS
  • Anyone beginning their career in the database domain