Introduction and Course Content of DB Testing
Database basics and structure design Part 1 - Importance of one to one table, one to many tables and many to many tables are explained
More details on tables and record dependencies
Basics of designing the db structural design introduction - ACID Properties and its explanation - Atomicity, Consistency, isolation and durability
Why DB testing is required? What to test ? How to test? Part 1 of 3
Why DB testing is required? What to test ? How to test? Part 2 of 3
Why DB testing is required? What to test ? How to test? Part 3 of 3
Introduction to Relational Database Management System
RDBMS and ER Diagram (Primary key, foreign key) - Importance of primary key and foreign key
What is DB normalization? Dealing with multiple table and dependent tables
Database management systems - DBMS and its disadvantages
Select query and Join - Inner join, left outer join, right outer join and Full outer join
How to design for an atomicity properties with examples - Creation of table, assign primary key, foreign key, inserting records, update and deletion of records - Part 1 of 4
How to design for an atomicity properties with examples - Creation of table, assign primary key, foreign key, inserting records, update and deletion of records - Part 2 of 4
How to design for an atomicity properties with examples - Creation of table, assign primary key, foreign key, inserting records, update and deletion of records - Part 3 of 4
How to design for an atomicity properties with examples - Creation of table, assign primary key, foreign key, inserting records, update and deletion of records - Part 4 of 4