How to run create database statement again?
No Answer is Posted For this Question
Be the First to Post Answer
Please explain compound trigger in oracle?
what are different types of locks?
What privilege is needed for a user to create views in oracle?
What are Schema Objects ?
What is MTTR advisor in Oracle?
What are different Oracle database objects?
Why is oracle database so popular?
How to shutdown your 10g xe server?
what is the use of system.effective.date variable in oracle?
What is concurrency in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!