Explain the use of indexes option in imp command.
No Answer is Posted For this Question
Be the First to Post Answer
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
How to execute a stored procedure in oracle?
how to retrieve daily sal from emp table in oracle 10g
What is the difference between translate and replace?
What is the difference between substr & instr functions?
what is index?
What do you mean by redo log file mirroring?
Explain the use of parfile option in exp command.
How to retrieve first and last records from a table?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
What are the differences between char and nchar in oracle?