3 - PostGRESQL DB Training For Developers - Training Course Contents
The document outlines a training program for PostgreSQL database development. It has two modules, the first being a 5 day course on server development and the second being a 3 day course on querying. The first module covers topics like procedural languages, data integrity, indexing and transactions. The second covers SQL, data types, filtering, joins and other query techniques.
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 ratings0% found this document useful (0 votes)
13 views2 pages
3 - PostGRESQL DB Training For Developers - Training Course Contents
The document outlines a training program for PostgreSQL database development. It has two modules, the first being a 5 day course on server development and the second being a 3 day course on querying. The first module covers topics like procedural languages, data integrity, indexing and transactions. The second covers SQL, data types, filtering, joins and other query techniques.
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/ 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