What is raw datatype in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Why does Oracle not permit the use of PCTUSED with indexes?
what is difference between foreign key and reference key
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Explain the different normalization forms?
How to start instance with a minimal initialization parameter file?
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?
How can we find out the duplicate values in an oracle table?
What is mean by Program Global Area (PGA) ?
What is meant by joins?
WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
What WHERE CURRENT OF clause does in a cursor?
Differentiate between pre-select and pre-query?