The document provides a comprehensive overview of database fundamentals, including definitions, types, and examples. It covers SQL basics, database design, data sorting, and advanced SQL techniques using MySQL. Each module includes tutorials and examples for practical understanding of concepts like normalization, ER modeling, and various SQL queries.
The document provides a comprehensive overview of database fundamentals, including definitions, types, and examples. It covers SQL basics, database design, data sorting, and advanced SQL techniques using MySQL. Each module includes tutorials and examples for practical understanding of concepts like normalization, ER modeling, and various SQL queries.
Module 1 Database Fundamentals What is SQL? Learn SQL Basics, SQL Full Form & How to Use MySQL Workbench Tutorial & MySQL Introduction Database Design Tutorial: Learn Data Modeling What is Normalization? 1NF, 2NF, 3NF, BCNF Database Module 2 Database Design Example What is ER Modeling? Learn with Example MySQL Create Database, Tables, Data Types MySQL SELECT Statement with Examples MySQL WHERE Clause with Examples - AND, OR, IN, NOT IN Module 3 SQL Basics MySQL INSERT INTO Query: How to add Row in Table (Example) MySQL DELETE Query with Example MySQL UPDATE Query with Example ORDER BY in MySQL: DESC & ASC Query with EXAMPLE SQL GROUP BY and HAVING Clause with Examples Module 4 Data Sorting MySQL Wildcards Tutorial: Like, NOT Like, Escape, ( % ), (_) MYSQL Regular Expressions (REGEXP) with Syntax & Examples MySQL Functions: String, Numeric, User-Defined, Stored Module 5 Functions MySQL Aggregate Functions Tutorial : SUM, AVG, MAX, MIN , COUNT, DISTINCT MySQL IS NULL & IS NOT NULL Tutorial with EXAMPLES Module 6 Advanced SQL MySQL AUTO_INCREMENT with Examples MYSQL - ALTER, DROP, RENAME, MODIFY MySQL LIMIT & OFFSET with Examples MySQL SubQuery Tutorial with Examples MySQL JOINS Tutorial: INNER, OUTER, LEFT, RIGHT, CROSS Module 7 Advanced SQL MySQL UNION - Complete Tutorial Views in MySQL Tutorial: Create, Join & Drop with Examples MySQL Index Tutorial - Create, Add & Drop