What is an oracle function?
Answer / Siddhartha Chaturvedi
An Oracle function is a block of reusable PL/SQL code that returns a single value. Functions can take zero or more input parameters and can be called within SQL statements, PL/SQL blocks, and other functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the relationship among Database, Tablespace and Data file?
What is the sid in oracle?
Explain oracle’s server parameter file.
How to run create database statement again?
Can we write insert statement in function in oracle?
How do we create privileges in oracle?
What is the difference between truncate & delete command?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
Explain the different normalization forms?
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group
what are bitmap indexes? How does they work?
What is ASM (Automatic Storage Management) in Oracle?