
MySQL
by Silpa Madhusoodanan
Experience: 5 Yrs
Module 1: Introduction to Databases and MySQLWhat is a Database?Types of Databases (Relational vs Non-Relational)Introdu...
Read More →
by Silpa Madhusoodanan
Experience: 5 Yrs
Module 1: Introduction to Databases and MySQLWhat is a Database?Types of Databases (Relational vs Non-Relational)Introdu...
Read More →Online
6 hours
English
Thrissur
1000 INR Per hourly
Weekday
5 Years
6 Years
What is a Database?
Types of Databases (Relational vs Non-Relational)
Introduction to RDBMS concepts
Overview of MySQL – features, advantages, use cases
MySQL installation & setup (Workbench / Command-line)
Understanding Database, Table, Row, and Column structure
Hands-on: Creating your first database
What is Data Modeling?
Entities, Attributes, and Relationships
Primary Keys and Foreign Keys
Concept of Redundancy
Normalization:
1NF, 2NF, 3NF (with examples)
Denormalization (when and why)
Hands-on: Designing a normalized database schema (e.g., Student or Employee DB)
What is SQL? (Structured Query Language)
SQL Syntax and Structure
DDL Commands:
CREATE (Database, Table)
ALTER (Modify Table Structure)
DROP (Delete Table/Database)
TRUNCATE (Remove all records)
Understanding Data Types in MySQL
Hands-on: Creating and modifying database tables
DML Commands:
INSERT (Add records)
UPDATE (Modify records)
DELETE (Remove records)
Using SELECT for basic data retrieval
Sorting (ORDER BY) and Filtering (WHERE, LIKE, BETWEEN, IN)
Hands-on: CRUD operations on real tables
Arithmetic and Logical operators
Built-in functions:
String Functions: CONCAT, LENGTH, UPPER, LOWER
Numeric Functions: ROUND, ABS, MOD
Date Functions: NOW, CURDATE, DATEDIFF
Aggregate Functions: COUNT, SUM, AVG, MIN, MAX
Hands-on: Applying functions in queries
Understanding table relationships (one-to-one, one-to-many, many-to-many)
Types of Joins:
INNER JOIN
LEFT JOIN
RIGHT JOIN
FULL JOIN (conceptual, workaround in MySQL)
CROSS JOIN
Hands-on: Querying related tables using joins (e.g., Employee & Department tables)
What is a Subquery?
Subquery in WHERE clause
Subquery in FROM clause (Derived Tables)
Subquery with IN, EXISTS, ANY, ALL
Correlated Subqueries
Hands-on: Writing nested queries for data analysis
Primary Key, Foreign Key, Unique, Not Null, Default
Referential Integrity and Cascading actions (ON DELETE, ON UPDATE)
Hands-on: Applying constraints in table creation
Silpa Madhusoodanan
Experience: 5 Yrs
Silpa Madhusoodanan
Experience: 5 Yrs