
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.
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.
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.
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.
In this video we discuss creating database tables, column data types and nullability as well as check and default constraints.
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.
Learn how to review entity relationships using database diagrams. Also learn about database schemas and views.
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.
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.
Learn basics of creating user-defined functions and stored procedures. The video also includes the course summary and links for additional information.
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>