Database Design & Implementation
Please rate the course
Source:
Category:
Language:
English
Duration:
02:07:31
Number of lessons:
29
Added date:
16/05/2024
Rating:
0.0
Course short description
Backend starts from Your Database. When you have a solid database design coding is easy. In this course you will learn how to design databases for your backend applications. You will learn how to design a subset of YouTube Platform allowing you design your own databases.
- Capture Entities
- Designing ERD
- ERD Cardinalities
- One to One Relationships
- One to Many Relationships
- Many to Many Relationships
- Defining Constraints
- Database Normalisation
- SQL Implementation