How to define a cusotmer as a supplier in ORACLE R12
No Answer is Posted For this Question
Be the First to Post Answer
State some uses of redo log files?
What is a subquery in oracle?
What is a data lock in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
How to delete a column in an existing table?
What is an oracle user account?
How to define default values for formal parameters?
How to count duplicated values in a column in oracle?
You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
How to write a query with a left outer join in oracle?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
Explain the use of show option in imp command.