PostgreSQL Question:
Download Questions PDF

What are the languages which PostgreSQL supports?

Answer:

Some of the languages which PostgreSQL supports are as follows: -
It supports a language of its own known as PL/pgSQL and it supports internal procedural languages. Pl/pgSQL can be compared to oracle, PL/SQL, etc. Languages such as Perl, Python, TCL can be used as embedded languages.

Download PostgreSQL Interview Questions And Answers PDF

Previous QuestionNext Question
How to check whether PostgreSQL server is up and running?Explain about the command enable debug?