Skip to main content

ITI 377 - PostgreSQL for Back-End Development

Registration Option: Open Enrollment

Total Course Hours: 18

If you do not see a class listed in our catalog, it is not available for registration at this time.

Description

Learn the fundamentals of one of today’s most popular tools in the web development space. PostgreSQL is one of the world’s most popular open-source database management systems. Because it is readily available, low cost, and easy to install and use, many Internet service providers use PostgreSQL and offer access to it. Learn PostgreSQL and how to use it to write powerful queries, develop stored procedures, and secure your data.

Prerequisites

Knowledge of web development

Objectives

Upon completion of this course students should be able to:

  • Write a query to retrieve data and to update data
  • Write a query to create data
  • Create a stored procedure
  • Write a query to delete data
  • Set permissions on a stored procedure