3 - PostGRESQL DB Training For Developers - Training Course Contents

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

PostGRESQL Database Training for Developers

SN Training Module Training Days Remarks


1 PostgreSQL Server Developer Training 5 days In-Class
2 PostgreSQL Server Querying Training 3 days In-Class

Module 1: PostgreSQL Server Developer


1. Introduction to PostgreSQL Server
2. The Procedural Language and Dynamic SQL
3. Designing and Implementing Databases and Tables
4. Ensuring Data Integrity Through Constraints and Rules
5. Working with Indexes and Full Text Search
6. Partitioning
7. Working with Triggers, Rules and Views
8. Working with Transactions & Error Handling
9. Query Optimization
10. Foreign Data Wrappers
11. Dealing with Large Objects
12. Communicating with PostgreSQL Using LibPQ
13. Extensions
Module 2: PostgreSQL Server Querying
1. Introduction to PostgreSQL Server
a. Overview
b. History
c. PostgreSQL Internals
2. Introduction to SQL Language
a. Writing SQL Queries
b. Structure of SQL Queries
3. Working with Data Types
4. Working with Built-In-Functions
5. Querying and Filtering Data
a. Where Clause
b. NULL Values
c. ORDER BY
d. DISTINCT
6. Working with Type Conversions and Operators
a. Logical, Mathematical, Comparison, Bit String Operators
b. UNION and UNION All
7. Working with Joins
8. Working with Group and Aggregation
9. Working with Windows Function
10. Working with Views, Sub Query Expressions and Common Table Expressions
11. Working with Functions
12. Querying Metadata of PostgreSQL
a. System Information Functions
b. System Administration Functions
13. Introduction to DML
14. Introduction to Indexes and Collations
15. Introduction of PGADMIN III

You might also like