Search⌘ K

Where to Go from Here

Explore the key concepts covered throughout this course, including database history, data modeling, relational databases, normalization, and basic SQL. Understand how these fundamentals form a foundation for more advanced studies in database design and query development. This lesson guides you on where to continue your learning journey beyond the basics.

We'll cover the following...

A Recap

We started the course by getting familiar with the history of databases and what came before databases caught on. We also looked at the reasons why we shifted towards databases.

We then moved on to the fundamentals of databases: characteristics, advantages, and a few examples.

Next, we looked at the basics of data modeling. We learned about the first step in database design, ...