PostgreSQL for Database Developers
Retail Price: $2,395.00
Next Date: 02/12/2025
Course Days: 3
Enroll in Next Date
Request Custom Course
Learning Objectives
This course combines engaging instructor-led presentations and useful demonstrations with valuable hands-on labs and engaging group activities.
Upon completing this course, database developers will be able to:
- Design and implement efficient database schemas by employing normalization techniques, appropriate indexing strategies, and partitioning methods to optimize data storage and retrieval processes.
- Develop advanced SQL queries, including joining multiple tables, utilizing subqueries, and aggregating data, to extract valuable insights and facilitate decision-making processes.
- Implement stored procedures, functions, and triggers to automate common database tasks, enforce data integrity, and improve overall application performance.
- Apply database performance tuning techniques, such as query optimization, index management, and transaction control, to ensure optimal resource usage and enhanced system responsiveness.
- Integrate databases with various programming languages and platforms, enabling seamless data access and manipulation for web, mobile, and desktop applications.
Audience
The ideal audience for this course includes database enthusiasts, IT professionals, and developers who are eager to expand their knowledge and skill set in database management and optimization. Roles that would greatly benefit from attending this course include:
- Database Developers: Those who design, implement, and maintain databases as part of their primary responsibilities and want to improve their expertise in schema design, query optimization, and advanced database features.
- Backend Developers: Professionals who work on server-side application logic and require a strong understanding of database management to integrate data storage and retrieval processes into their applications.
- Data Analysts: Individuals who work with large data sets and need to extract meaningful insights from databases, utilizing advanced SQL querying techniques and data manipulation tools.
- IT Professionals: System administrators and other IT staff who are responsible for managing and maintaining databases, ensuring data security, and optimizing performance.
- Software Engineers: Developers seeking to expand their knowledge in database technologies to build scalable and efficient applications that rely on robust data management solutions.
Pre-Requisites
To ensure a smooth learning experience and maximize the benefits of attending this course, you should have the following prerequisite skills:
- Basic SQL Knowledge: Familiarity with SQL syntax and concepts, such as SELECT, INSERT, UPDATE, and DELETE statements, as well as an understanding of relational databases and how they store and organize data.
- General Programming Experience: Competence in at least one programming language (e.g., Python, Java, C#, or JavaScript) to facilitate the understanding of database integration and automation through stored procedures, functions, and triggers.
Take Before: We recommend attendees have the skills in the course listed below, or attend this course as a pre-requisite:
- TTSQL003 Introduction to SQL Querying Basics
Related Courses
This is a subset of related courses we offer. Please see the website for the complete catalog.
- TTDB7020 PostgreSQL Server Administration Fundamentals
- TTDB7023 Advanced PostgreSQL Administration and Performance
- TTDB7024 PostgreSQL for Database Developers
- TTDB7026 Working with PostgreSQL: Hands-on Guide to Robust Database Solutions
Course Agenda
Course Topics / Agenda
1. Installing & Managing PostgreSQL
- PostgreSQL installation process
- Optimal configuration settings
- User and role management
- Database backup and restoration
2. Overview of PostgreSQL Database
- PostgreSQL architecture overview
- Understanding database objects
- Efficient data storage
- Transaction management basics
3. Using the psql client
- Introduction to psql
- Essential psql commands
- Executing queries effectively
- Managing databases with psql
4. Understanding PostgreSQL data types
- Numeric data types explored
- Character and binary types
- Date, time, and boolean values
- Array and other types
5. Understanding sequences
- Sequence creation and usage
- Customizing sequence behavior
- Implementing auto-increment columns
- Sequence manipulation and control
6. Creating & managing indexes
- PostgreSQL index fundamentals
- Designing partial indexes
- Utilizing expression-based indexes
- Index management techniques
7. Using COPY to load data
- COPY command overview
- Importing and exporting data
- Handling CSV and binary formats
- Performance considerations
8. Working with Array Values
- Array value basics
- Array manipulation functions
- Querying arrays efficiently
- Multidimensional array handling
9. Advanced SQL Functions
- Mastering Common Table Expressions
- Utilizing Window Functions
- Regular Expressions in SQL
- Crafting Recursive Queries
10. Writing triggers & stored procedures with PL/pgSQL
- PL/pgSQL variables usage
- Implementing loop operations
- PERFORM and EXECUTE statements
- Developing PostgreSQL triggers
11. Using the PostgreSQL query optimizer
- Query analysis and optimization
- EXPLAIN command insights
- PostgreSQL query operators
- Identifying performance bottlenecks
12. Improving query performance
- Query performance tuning
- Index optimization strategies
- Efficient database partitioning
- Connection and resource management
13. Wrap Up & Additional Resources
- Further learning opportunities
- Staying up-to-date with PostgreSQL
- Community engagement and support