0% found this document useful (0 votes)
8 views32 pages

PostgreSQL 1

The document provides an introduction to PostgreSQL, highlighting the use of pgAdmin as a web-based GUI tool for database interaction. It emphasizes the importance of database schemas in organizing data within a relational database, including constraints like table names and relationships. Additionally, it includes references for further learning about JSON data types and JSONPath.

Uploaded by

Sukrutha Gowda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views32 pages

PostgreSQL 1

The document provides an introduction to PostgreSQL, highlighting the use of pgAdmin as a web-based GUI tool for database interaction. It emphasizes the importance of database schemas in organizing data within a relational database, including constraints like table names and relationships. Additionally, it includes references for further learning about JSON data types and JSONPath.

Uploaded by

Sukrutha Gowda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 32

Introduction to PostgreSQL

Instructor: Hafiz Ali


Installing and executing PostgreSQL/pgAdmin
https://www.youtube.com/watch?v=fZQI7nBu32M

PGAdmin is a web-based GUI tool


used to interact with the Postgres
database sessions, both locally
and remote servers as well.
pgAdmin
Quick overview -- https://www.pgadmin.org/docs/pgadmin4/latest/index.html
Learning PostgreSQL
Learning PostgreSQL…
Learning PostgreSQL…
A database schema defines how data is organized within
a relational database; this is inclusive of logical
constraints such as, table names, fields, data types, and
the relationships between these entities.
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL…
Learning PostgreSQL SQL Shell
Learning PostgreSQL SQL Shell…
References
1. https://restfulapi.net/json-data-types/
2. https://jsonpath.com/
3. https://goessner.net/articles/JsonPath/index.html#e2
THANK YOU

You might also like