Description: The Data Definition Language or DDL is used to create databases and their components. In this course, you will learn how to create databases, tables, views, and stored procedures using DDL. The learning path describes how databases can be normalized according to specific guidelines to increase storage capacity and scalability. You'll also learn how to use indexes to make your databases more responsive. Finally, you'll learn about the core security considerations for SQL Server databases, how to assign permissions to database objects, and how to back up and restore databases. This course can be used as part of the preparation for Microsoft's exam 98-364, Database Fundamentals, which leads to a Microsoft Technical Associate or MTA certification.

Target Audience: Individuals who want to learn the fundamentals of SQL Server relational databases

Duration: 02:38

Description: A database is used to store data in electronic format. Organizations use a Database Management System, also known as a DBMS, to control, store, organize, and retrieve that data for users. There are multiple types of databases, such as flat-file and hierarchical. The most widely used database is the relational database that stores data in relations, which are tables that store data in rows or tuples and columns or attributes. In this course, you will learn what databases, DBMS, and RDBMS are and be introduced to different database models. The course covers table design for relational databases including the data types and constraints supported by SQL Server. It also demonstrates how to use DML statements to query data and manipulate result sets. It also covers how to update and delete data from a SQL Server database and how to use transactions to ensure data and referential integrity. This course can be used as part of the preparation for Microsoft's exam 98-364, Database Fundamentals, which leads to a Microsoft Technical Associate (MTA) certification.

Target Audience: Individuals who want to learn the fundamentals of SQL Server relational databases

Duration: 03:19