Explain about functions in PostgreSQL?



Explain about functions in PostgreSQL?..

Answer / madhub

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is postgres default password?

0 Answers  


Explain about Write Ahead logging?

1 Answers  


What is default password for postgres?

0 Answers  


What happens to index when table is dropped?

0 Answers  


How do I change primary key in pgadmin?

0 Answers  






How many indexes per table are allowed in postgresql?

0 Answers  


What is composite foreign key?

0 Answers  


What is a user view?

0 Answers  


How to create a PostgreSQL user?

1 Answers  


Why is pgadmin used?

0 Answers  


Does drop table also drop indexes?

0 Answers  


Is postgresql a language?

0 Answers  


Categories