What are the restrictions in a oracle read only transaction?
No Answer is Posted For this Question
Be the First to Post Answer
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Difference between join and a subquery?
8 Answers Base Automation, NMDC,
What is oracle used for?
How to convert character types to numeric types?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
What is parameterized cursor in oracle?
Select the Nth lowest value from a table?
How can we Update a table with out using UPDATE command?
i want department wise maxmum salary and empolyee name
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What are the limitations of check constraint?