when you buy 3 or more courses
The discount will be automaticallyThere are no open public schedule dates for Postgresql course. We can offer you a private training or arrange a public course for you. Contact us here and we can make arrangements for your course.
Here is your chance to learn how this powerful relational database management system can make your life easier and more fun! This class covers all the basics and will get you on your way, with a solid foundation. This instructor led, hands-on class covers the fundamentals of SQL and relational databases, using postgresql as a teaching tool.
Delegates will learn:
This short postgresql course is hands-on, instructor-led and classroom based. This training can be taken as a part-time evening course or even on the weekends. A list of all upcoming public postgresql wtraining course is given on training dragon website.
Students who can benefit from this course:
If you are a complete beginner in databse and would like to become an expert in postgresql, please follow this path.
Training Dragon consultants have been implementing professional postgresql Database solutions across a range of companies for many years. Those consultants write and teach our postgresql training courses, so their experience directly informs course content.
This postgresql training is designed to prepare you not only for postgresql certification, but also to train you for your next job. You will also work on real-world practical postgresql related exercises in this postgresql course. This will ensure that you can apply the knowledge gained from this course to your work environment.
postgresql electronic notes are included in this course.
After completing this training you will receive postgresql course completion certificate.
After the course if you have any problems or questions regarding postgresql, do not hesitate to contact us. Training Dragon’s trainers and career consultants are expert in their fields and if you need any help with you career choice, please speak to one of our career consultants.
What is PostgreSQL?
Install PostgreSQL
Connect to Database
Download Sample Database
Load Sample Database
Explore Server and Database Objects
Backup and Restore Databases
Creating Tablespace
Changing Tablespace
Deleting Tablespaces
Reset Password
psql Commands
Describe Table
Show Databases
Show Tables
Introduction to Stored Procedures
Block Structure
Errors and Messages
Create Function
Function Parameters
Function Overloading
Function That Returns A Table
Variables
Constants
IF Statement
CASE Statement
Loop Statements
Cursor
Select
Order By
Select Distinct
Where
LIMIT
IN
Between
Like
Inner Join
Left Join
Full Outer Join
Cross Join
Natural Join
Group By
Having
Union
Intersect
Except
Subquery
Insert
Update
Delete
Data Types
Create Table
Alter Table
Drop Table
Truncate Table
CHECK Constraint
Not-Null Constraint
Foreign Key
Primary Key
UNIQUE Constraint
AGGREGATE FUNCTIONS
COUNT Function
AVG Function
MAX Function
MIN Function
SUM Function
CONDITIONAL EXPRESSIONS
CASE
NULLIF
COALESCE
STRING FUNCTIONS
CONCAT Function
TRIM Function
LENGTH Function
REPLACE
Substring
Letter Case Functions
OPERATORS
Managing Views
Creating Updatable Views
Materialized Views
Introduction to Trigger
Creating A Trigger
Managing Triggers