How to load data through external tables?
No Answer is Posted For this Question
Be the First to Post Answer
What is an oracle user role?
What is oracle database 10g express edition?
What is a deadlock in SQL? How can you prevent it?
What is raw datatype in oracle?
what is kernel?
How to create a new user account in oracle?
what is the syntax of ALTER command?
What are transaction isolation levels supported by oracle?
How can you merge two tables in oracle?
can you call insert/update/delete in select statements. If yes how? If no what is the other way?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
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.