Day 12 - PostgreSQL - Full Stack Web Dev Bootcamp
Details
Learn how to write Structured Query Language (SQL) queries to interface with a relational database management system (RDBMS).
Web applications today remember your preferences and all interactions because the data is saved in the backend in a database. Get to know to make SQL queries to retrieve data, insert data, update data, delete data, plus combining tables together with a join.
You'll need to install PostgreSQL in your machine. Usually it also comes with pgAdmin, the graphical user interface client used to manage the database.
Database Development
PostgreSQL
SQL
Web Development
Learn to Code
