What is procedure overloading in oracle?
Answer / Bhavishya Kaushik
Procedure overloading in Oracle refers to the ability to have multiple procedures with the same name but different parameters, allowing you to create methods that perform similar tasks but handle different data types or scenarios.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to define a data field as not null?
How to connect to a local oracle 10g xe server?
Whether any commands are used for months calculation? If so, what are they?
Does oracle database need java?
How to store pictures on to the database?
How to find the date and time of last updated table?
How to create id with auto_increment on oracle?
Explain coalesce function?
what is meant by magic query
What is a parameter file in oracle?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
What are the differences between char and varchar2 in oracle?