How to call a stored function with parameters?
No Answer is Posted For this Question
Be the First to Post Answer
what is cartesian product?
How to start instance with a minimal initialization parameter file?
how to select second mauximum value in a given table under salary column
Difference between varchar and varchar2 data types?
List the types of joins used in writing subqueries?
How to create an oracle testing table?
What are the restrictions on external table columns?
How to count duplicated values in a column in oracle?
what is difference between foreign key and reference key
Can a property clause itself be based on a property clause ?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?