What is a function in oracle pl sql?



What is a function in oracle pl sql?..

Answer / Ranjit Pradhan

A function in PL/SQL is a named block that accepts input parameters, performs some computation, and returns a single value as output. Functions can be used to encapsulate logic, improve code readability, and reduce redundancy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I install sql?

1 Answers  


Why do we use triggers?

1 Answers  


Is sql similar to python?

1 Answers  


Write a sql to print only character form the below string. @So&*CIE%$TE@GEN!@RAL

1 Answers   Societe Generale,


How does rowid help in running a query faster?

1 Answers  


What are some predefined exceptions in pl/sql?

1 Answers  


Is sql scripting language?

1 Answers  


Explain two virtual tables available at the time of database trigger execution.

1 Answers  


What are the different types of joins and explain them briefly.

3 Answers  


What is native sql query?

1 Answers  


What is right join in sql?

1 Answers  


What is bulk collect in pl sql?

1 Answers  


Categories