Answer Posted / reddibasha
A Query is a SELECT statement, which is always successful.
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What happens if variable names collide with table/column names?
what is the use of system.effective.date variable in oracle?
What are advantages of dateset in datastage?
What do you mean by group by clause?
State the various uses of dbcc command?
Is it possible to split the print reviewer into more than one region ?
Does oracle partitioning improve performance?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
IS it possible to built the oracle database without setting the kernal parameters?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What is the recommended interval at which to run statspack snapshots, and why?
Explain the use of rows option in exp command.
How many types of tables are there in oracle?
How to open a cursor variable?
How can you merge two tables in oracle?