Développement
Implement a Relational Database with SQL
Building a robust relational database with SQL, or Structured Query Language, means ensuring your data can be accessed, managed, and updated for many years to come.
We will apply the fundamental concepts of tables, fields, entities, attributes, data types, primary and foreign keys, and data relationships to establish a solid foundation and practice putting the parts together.
For this course, I'll be demonstrating the steps of building a database in SQL Server, but you can follow along using any SQL DBMS, such as MySQL, PostgreSQL, or MariaDB.
Join us on this course and you will be able to build any physical database!
Learning outcomes
- Identify the features of a well-designed database
Turn it into a career
Take one of our 100% online diploma training programs, and transform your know-how into professional skills.
- Up to 100% of your training program funded
- Flexible start date
- Career-focused projects
- Individual mentoring
1/3
Table of contents
- Part 1
Design Your Database
- Part 2
Construct and Maintain Your Database