Database Lessons

Database design and queries

10 Lessons
Database Beginner
Database Fundamentals: Understanding Data Storage

Learn the fundamental concepts of databases, including types of databases, DBMS, and basic database terminology. Perfect...

Imran Nadwi by Imran Nadwi
31 25m
2 months ago
Database Beginner
Relational Database Design: Tables, Keys, and Relationships

Master relational database design principles including tables, primary and foreign keys, relationships, and best practic...

Imran Nadwi by Imran Nadwi
34 30m
2 months ago
Database Beginner
SQL Basics: Mastering SELECT Statements

Master SQL SELECT statements with filtering, sorting, and pattern matching. Learn WHERE clauses, operators, and essentia...

Imran Nadwi by Imran Nadwi
22 35m
2 months ago
Database Beginner
Data Manipulation: INSERT, UPDATE, and DELETE Operations

Learn essential data manipulation operations: INSERT for adding data, UPDATE for modifying records, and DELETE for remov...

Imran Nadwi by Imran Nadwi
32 40m
2 months ago
Database Intermediate
Aggregate Functions and GROUP BY: Analyzing Data

Master aggregate functions (COUNT, SUM, AVG, MIN, MAX) and GROUP BY clauses to analyze and summarize data effectively in...

Imran Nadwi by Imran Nadwi
29 45m
2 months ago
Database Intermediate
JOIN Operations: Combining Data from Multiple Tables

Master SQL JOIN operations to combine data from multiple tables. Learn INNER, LEFT, RIGHT JOINs and advanced joining tec...

Imran Nadwi by Imran Nadwi
31 50m
2 months ago
Database Intermediate
Database Normalization: Organizing Data Efficiently

Learn database normalization principles to organize data efficiently, eliminate redundancy, and improve data integrity t...

Imran Nadwi by Imran Nadwi
36 45m
2 months ago
Database Intermediate
Indexes and Performance Optimization

Master database indexes and performance optimization techniques. Learn when and how to create indexes for faster query e...

Imran Nadwi by Imran Nadwi
33 50m
2 months ago
Database Intermediate
Stored Procedures and Functions: Encapsulating Database Logic

Learn to create stored procedures and functions to encapsulate database logic, improve performance, and enhance code reu...

Imran Nadwi by Imran Nadwi
28 55m
2 months ago
Database Intermediate
Database Security and Maintenance: Best Practices

Master database security, user management, backup strategies, and maintenance best practices to protect and optimize you...

Imran Nadwi by Imran Nadwi
26 60m
2 months ago