datacamp.com
Unknown
DataCamp is an online learning platform for data science and analytics. It offers interactive SQL and relational database courses, plus Python and R tutorials, with hands-on coding exercises and real-world projects.
More resources on Relational Databases
geeksforgeeks.org
GeeksforGeeks is a computer science education site offering approachable tutorials, explanations, and coding practice on programming, data structures, algorithms, and relational databases, including SQL tutorials and practical examples.
Introduction to Relational Databases
Database management systems are a crucial part of most large-scale industry and open-source systems. This course will introduce you to important concepts of database systems and design. We will learn what relational databases are, what they are used for, the theory underlying their design, and how to query and modify a database using the declarative SQL language. At the end of the course, you will be able to: - Describe what relational databases are, and how they are used. - Master the Relational Database Model. - Demonstrate proficiency in formal relational database theory. - Demonstrate comprehensive SQL skills. - Apply database knowledge to practical problems. Software Requirements: Jupyter Notebooks, SQL
sqlzoo.net
SQLZoo is an interactive learning site for relational databases that provides step-by-step SQL tutorials and hands-on practice with built-in databases through an in-browser query editor.
Relational Database Design and Implementation
Relational Database Design and Implementation - A book resource
