What are the uses of linked server and explain it in detail?
No Answer is Posted For this Question
Be the First to Post Answer
Display the order number and the number of months since the order was shipped for all orders that have been shipped in the last year (365 days). (Hint: Unshipped orders will have a null value).
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
Why does Oracle not permit the use of PCTUSED with indexes?
What is an oracle tablespace?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
How to write an inner join with the where clause in oracle?
What is meant by recursive hints in oracle?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
Is oracle a language?
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
how to select second mauximum value in a given table under salary column
how to get second highest sal of emp table