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?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
Is java required for oracle client?
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
How would you go about verifying the network name that the local_listener is currently using?
Can group functions be mixed with non-group selection fields?
how can we store any pdf file in oracle
What is SQL access advisor in Oracle?
Explain table?
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz
Explain the use of tables option in exp command.
How many memory layers are in the oracle shared pool?
Can we insert data in view oracle?