How is it different from a normal table?
No Answer is Posted For this Question
Be the First to Post Answer
What is the effect of setting the 'RULE' for OPTIMIER_GOAL parameter of the ALTER SESSION Command ?
What does `(+)` do in a where clause?
How to Select second Maximum salary in a Table ?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
primary key is foreign key for the same table?
How to call a sub procedure?
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 to use "if" statements on multiple conditions?
What is the sql query to concatenate column values from multiple rows in oracle?
I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.