0% found this document useful (0 votes)
31 views

SQL Course Content

This document provides an overview of the MySQL database including 10 topics: 1) Introduction, 2) Retrieving Data, 3) Single Row Function, 4) Summerizing Data Group by, 5) Joins, 6) Subqueries, 7) DML, 8) DDL, 9) Database Design, and 10) Mongo DB. It outlines key SQL functions, query types, database design principles, and MongoDB in under an hour of total content.

Uploaded by

Kalpesh Yadav
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

SQL Course Content

This document provides an overview of the MySQL database including 10 topics: 1) Introduction, 2) Retrieving Data, 3) Single Row Function, 4) Summerizing Data Group by, 5) Joins, 6) Subqueries, 7) DML, 8) DDL, 9) Database Design, and 10) Mongo DB. It outlines key SQL functions, query types, database design principles, and MongoDB in under an hour of total content.

Uploaded by

Kalpesh Yadav
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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