What privilege is needed for a user to query tables in another schema?
No Answer is Posted For this Question
Be the First to Post Answer
Can we create trigger on view in oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
How to assign data of the deleted row to variables?
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
Why should I use oracle database?
how to make an oracle object
How can we view last record added to a table?
what is foreign key?
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 get maxsal , minsal, ename department wise in single query