You are on page 1of 2

MY SQL

Sr No Title Contents Duration


Introduction to Database
Introduction to DBMS
DBMS Types
1 Introduction 2
Hierarchical vs Relations
RDBMS Introduction and History
RDBMS applications
o Filtering records through where clause
o Logical operators AND,OR, NOT
2 Retrieving Data 4
o SQL Operators LIKE, IN, Between, IS Null etc
o Sorting the rows
Numeric functions
Date functions
String functions
3 Single Row Function 4
Concatenation
Handling null
Case
Aggregate functions
4 Summerizing Data Group by 4
Having clause
Concept of Join
Need of Join
Normaliztion concept
Inner Join
5 Joins 6
Outer Join
Non-equi Join
Cross Join
Self join
Single row subquery
Multi row subquery
Multi column subquery
Nested Sub query
6 Subqueries 4
Correlated subquery
From clause subquery
Exist and not exist

insert
7 DML update 6
delete
Create
Alter
8 DDL 6
drop
truncate
ER model
Designing Database from scratch
9 Database Design 4
Constraints
Enable and disable constraint.
10 Mongo DB 16
56

You might also like