PostgreSQL Question:
Download Questions PDF

Explain about functions in PostgreSQL?

PostgreSQL Interview Question
PostgreSQL Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about the command enable debug?Explain about indices of PostgreSQL?