Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Microsoft SQL Server Databases
Rating: 3.7 out of 5(8 ratings)
179 students

Introduction to Microsoft SQL Server Databases

Learn how to build a simple SQL Server database to collect and analyze your data in this Microsoft SQL server training
Created byBaya Dewald
Last updated 10/2011
English

What you'll learn

  • Discussion of database concepts - definition of a database management system, logical and physical data models, structured query language.
  • Building a sample data model - start with a list of business entities and attributes, normalize the data, define key attributes.
  • Overview of SQL Server product suite.
  • Creating a database - data and transaction log files, file groups.
  • Implementing a physical model: creating tables - defining column data types, null-ability, and constraints.
  • Enhancing the physical model with primary and foreign key constraints, indexes, views.
  • Discussion of system databases and objects.
  • Implementing database security through server logins and database roles, defining object permissions.
  • Introduction to Transact-SQL code modules: user-defined functions and stored procedures.

Course content

1 section10 lectures1h 41m total length
  • Database concepts4:20

    Each business needs to have a way of collecting and analyzing large amounts of data. There are many Relational Database Management Systems (RDBMS) you could choose from, but Microsoft's SQL Server is the most popular one used by top enterprises as well as small and medium sized businesses. This course introduces you to database concepts and the process of building a database from ground up. Instead of dwelling on theory the course focuses on a case study of defining a data logical model, creating SQL Server objects and code modules. The first lecture introduces the course agenda and discusses basic database concepts.

  • Data normalization - building a data model.19:15

    Each business application requires a database - we must have a way of collecting data so we can analyze it to make informed decisions. Although you could store all your data in a single table your application needs proper design if you want to serve multiple users and store / retrieve data efficiently. This video teaches the process of identifying business entities and coresponding attributes, normalizing data so that attributes aren't duplicated in multiple entities, and adding unique identifiers to each entity.

  • SQL Server product suite components3:46

    In this video we discuss major components of SQL Server product suite. Although this course focuses on the relational database management system, it is essential to know that SQL Server product suite offers much more than just a relational database. SQL Server suite also includes enterprise class tools for data extraction, transformation, loading, analysis, mining and reporting.

  • Creating a SQL Server database7:26

    This video discusses the steps for creating a SQL Server database including defining data and transaction log files, configuring automatic growth, adding file-groups and setting the default file-group.

  • Create database tables19:24

    In this video we discuss creating database tables, column data types and nullability as well as check and default constraints.

  • Creating primary keys, foreign keys, clustered and non clustered indexes.10:06

    This lecture teaches what primary and foreign keys are and how to create them. The video also discusses the concept of an index, clustered and non-clustered indexes.

  • Database diagrams, schemas, views9:03

    Learn how to review entity relationships using database diagrams. Also learn about database schemas and views.

  • System databases and objects4:43

    Each SQL Server instance includes system databases essential for its operation. Additionally each database includes system objects for performing administrative tasks and for storing metadata. In this lecture you'll learn about the purpose of each system database.

  • SQL Server database security12:45

    This lecture teaches how to create SQL Server logins, database users and roles. Learn how to secure objects all the way down to individual column level.  

  • Transact-SQL code modules and course summary11:35

    Learn basics of creating user-defined functions and stored procedures. The video also includes the course summary and links for additional information.

Description

Each modern business needs to have a way of collecting and analyzing large amounts of data. There are many Relational Database Management Systems (RDBMS) you could choose from, but Microsoft's SQL Server is the most popular one used by top enterprises as well as small to medium-sized businesses. This SQL training course introduces you to database concepts and the process of building a database from the ground up. The Introductory Microsoft SQL Server Training course provides a brief overview of all major components of SQL Server product suite, but focuses on relational DBMS. Instead of forever dwelling on theory, this SQL training course provides a case study of defining a logical data model, implementing a physical model through SQL Server objects and also introduces Transact-SQL code modules.

Take this ultimate Introductory Microsoft SQL Server Training course now and learn how to build a simple SQL Server database.

</p>

Who this course is for:

  • This course assumes no background in databases; it is useful for people who have heard of databases but never built one, as well as for those who have worked with databases before but are trying to learn about Microsoft's flagship database system. If you are a front-end programmer and would like to know what database administrators do to build databases, this course is for you. If you have a liberal arts degree and are now trying to get a real job, this course could be helpful for you as well.