PostgreSQL (3) Tables: CREATE statement, INSERT and SELECT queries.

BekBrace October 29, 2020
Video Thumbnail
BekBrace Logo

BekBrace

@bekbrace

About

Hey, World! 👋 I teach Programming.

Video Description

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

You May Also Like