Effective Database Design
Please rate the course
Source:
Category:
Language:
English
Duration:
01:03:49
Number of lessons:
16
Added date:
30/08/2024
Rating:
0.0
Course short description
Before I tell you everything about this program, let’s make sure it’s right for you. If you are:
- A data analyst who occasionally creates tables for their work
- A developer or database professional creating or designing tables for an application or system
- A software developer working with a database and wanting to create an optimal structure that meets your requirements
You are in the right place!
The course "Effective Database Design" will provide you with a roadmap, examples, and instructions for creating a well-designed database.
By the end of this program, you will receive:
- A good understanding of the "entity-relationship" diagram: Learn to create such a diagram for database design using a course example or your own database.
- A database project based on your requirements: Create a database following good practices and techniques.
- Validation of your project: Learn how to validate your project for different scenarios and make changes if necessary.
- Conversion of the project into SQL queries: Learn to write SQL queries to create tables based on your project to start working with the database.
What's inside the course "Effective Database Design":
- Module 1: IntroductionYou will learn how to determine database requirements and create an "entity-relationship" diagram.
- Module 2: Database DesignTranslate requirements into a database project: add tables, attributes, and establish relationships between tables.
- Module 3: Project TestingVerify the project by creating scenarios and analyzing their compliance with the requirements.
- Module 4: SQL ConversionUse the project to create an SQL script for table creation and data insertion.