What is oracle database client?
No Answer is Posted For this Question
Be the First to Post Answer
What is a nested table?
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'));
What are the commands youd issue to show the explain plan for select
What is bulk copy or bcp in oracle?
How to define a cusotmer as a supplier in ORACLE R12
How to drop a stored procedure in oracle?
What happens to the current transaction if the session is ended?
How much memory your 10g xe server is using?
What are the sql clauses supported in the link property sheet ?
What is SYSTEM tablespace and When is it Created?
What is an Oracle view?
1.What is inline function in oracle and its purpose? 2.What is the equivalent operator for "different from pattern" in oracle? 3. If you define a variable in oracle, how it will be available? [a. Until database shut down b. Until table deleted c. until session get expired]