Course Content
Module 1:- Introduction to Basic Database Concepts
In this module we learn about Basic concepts and advantages of DBMS and limitations of file management system, and also about 3 database models.
0/5
Module 2: Introduction to SQL Server
In this module we learn about SQL Server, history of sql server, types of system databases, communicationbetween frontend and backend and sql server editions.
0/4
Module 3: Introduction to SQL
In this module we learn about types of sql statements, databases in sql server, how to create a database,datatypes in sql server, and about DDL Statements.
0/5
Module 4: DDL and DML Statements
In this module we learn about how to create a table, alter and drop a table, and about DML statements, likeinsert update and delete statements.
0/3
Module 5: Working with Queries (DQL)
In this module we learn about select statement, top, distinct string and arithmetic expressions,Sorting the data and about sub queries and where clause(condition).
0/7
Module 6: Aggregate Functions
In this module we learn about how to use aggregate functions like sum, mean, max, avg what is differencebetween having and where clause, group by clause rollup and cube operator.
0/3
Module 7: Joins and Set Operations
In this module we will know about joins and types of joins how to join the tables and about Sub queries, types of operators like union, intersect and except and how to add the tables and relationship between them.
0/6
Module 8: Implementation of Data integrity
In this module, we will learn correctness of data and types of integrity and types of constraints.
0/4
Module 9: Working with Constraints
In this module, we will learn about how to create a constraint, types of constraints, and difference betweenunique, not null and primary key constraints.
0/4
Database Testing