Explain a synonym?
No Answer is Posted For this Question
Be the First to Post Answer
What is a oracle database?
How to rebuild an index in oracle?
What do you mean by merge in oracle and how can you merge two tables?
What is Partitions in Table ?
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
how may join possible between (requisition with purchase order)
What is partitioned table in Oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
What is oracle thin client?
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example