PostgreSQL Question: Download PostgreSQL PDF

Explain about functions in PostgreSQL?

Tweet Share WhatsApp

Answer:

Functions are important because they help the code to be executed on the server. Some of the languages which can program functions for efficient use are PL/pgSQL which is the native language of PostgreSQL. Scripting languages are supported by many languages such as PHP, Perl, Python, etc. PL/R a statistical language can also be used.

Download PostgreSQL PDF Read All 24 PostgreSQL Questions
Previous QuestionNext Question
Explain about the command enable debug?Explain about indices of PostgreSQL?