PostgreSQL
PostgreSQL
1. PostgreSQL Intro
2. PostgreSQL Install
3. PostgreSQL Get Started
4. PostgreSQL pgAdmin 4
Database Operations
1. PostgreSQL CREATE TABLE
2. PostgreSQL INSERT INTO
3. PostgreSQL ADD COLUMN
4. PostgreSQL UPDATE
5. PostgreSQL ALTER COLUMN
6. PostgreSQL DROP COLUMN
7. PostgreSQL DELETE
8. PostgreSQL DROP TABLE
PostgreSQL Queries
1. PostgreSQL SELECT
2. PostgreSQL SELECT DISTINCT
3. PostgreSQL WHERE
4. PostgreSQL ORDER BY
5. PostgreSQL LIMIT
6. PostgreSQL MIN and MAX
7. PostgreSQL COUNT
8. PostgreSQL SUM
9. PostgreSQL AVG
10. PostgreSQL LIKE
11. PostgreSQL IN
12. PostgreSQL BETWEEN
13. PostgreSQL AS
Advanced Queries
1. PostgreSQL GROUP BY