Browse our list of curated database of projects, exercises, and lessons to learn SQL Alchemy
Python
SQL Alchemy
SQLAlchemy is the most popular ORM for Python, start using it in 8min
Read lessonUML
SQL
Data Modeling
easy
Use your recently adquired knowledge to build a data-model for your starwars blog
Start projectUML
SQL
Data Modeling
easy
Use your recently adquired knowledge to build instagram.com user stories
Start projectSQL
Python
SQL Alchemy
easy
Create a SQL database using the MariaDB engine and using a professional python project structure that includes PIP and environment variables.
Start projectReact Context API
postgres
JWT
intermediate
Create the users stories for your final project
Start projectSQL
SQL Alchemy
sql-join
the union of tables is very useful for consulting information belonging to different tables of a database, to make the consultation of any required information much easier. Here is where the JOIN clause comes into action.
Read article