What do the 9i dbms_standard.sql_txt() and
dbms_standard.sql_text() procedures do?
No Answer is Posted For this Question
Be the First to Post Answer
How to delete an existing row from a table in oracle?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
Explain a private synonyms?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
how to genarate random numbers in oracle for particular row?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
What is query image?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
Whether any commands are used for months calculation? If so, what are they?
Is it possible to join two tables, that are in two different users (e.g. SCOTT and HR etc.),but im same database (e.g. ORCL)? If yes, then how it is possible? Explain with step by step procedure.
What is an oracle transaction?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.