PostgreSQL (3) Tables: CREATE statement, INSERT and SELECT queries.
Bek Brace Bek Brace
31.8K subscribers
23,343 views
313

 Published On Oct 29, 2020

Hello and welcome to the third video of PostgreSQL tutorial series.

In this video, you will learn how to use the PostgreSQL to create a table in your database using CREATE TABLE statement, as well as inserting records (rows) using INSERT query and also how to read data using SELECT query.

PostgreSQL is RDBMS or Relational Database Management System like many others such as MySQL, SQLite, Microsoft Access and the SAP MaxDB.
A relational database consists of multiple related tables.

Exercise :
Create the "items" table in the “sales” database.

Download link: https://github.com/BekBrace/PostgreSQ...
DEV profile : https://dev.to/bekbrace
Github profile: https://github.com/BekBrace

show more

Share/Embed