In this module we learn about SQL Server, history of sql server, types of system databases,
communicationbetween frontend and backend and sql server editions.
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.
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).
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.
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.
In this module, we will learn about how to create a constraint, types of constraints, and
difference betweenunique, not null and primary key constraints.