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

How does postgres store data?

0 Answers  


Is postgresql similar to sql server?

0 Answers  


How do you check data on pgadmin 4?

0 Answers  


This message is received in response to the query SELECT * FROM JA_Party. I would like to know what am I doing wrong. ERROR: relation "ja_party" does not exist LINE 1: SELECT * FROM JA_Party ^ ********** Error ********** ERROR: relation "ja_party" does not exist SQL state: 42P01 Character: 15

1 Answers  


How to start postgresql server in windows 10?

0 Answers  






Does postgres use sql?

0 Answers  


Explain about tokens?

1 Answers  


How to start database server in postgresql?

0 Answers  


What port does postgresql use?

0 Answers  


How to create table with timestamp in postgres?

0 Answers  


Is postgresql scalable?

0 Answers  


Does postgres cache queries?

0 Answers  


Categories