What are the languages which PostgreSQL supports?
Answer / madhub
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.
Is This Answer Correct ? | 0 Yes | 0 No |
How do I connect to postgresql database using pgadmin?
How will you add a new style in a table?
Does unique index improve performance?
What is the command that can be used to allocate memory in postgreSQL?
What is the function of create command?
What is the default database in postgresql?
Where is postgres configuration file?
How do I set up pgadmin?
What are the languages which PostgreSQL supports?
How does pgadmin connect to database?
How to check if postgres is running?
What is postgres default password?