Answer Posted / dhanalakshmi.s
I-Stands for Internet.Because of version 9i using this
Fully internet based.So this is correct answer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What privilege is needed for a user to query tables in another schema?
What are the benefits of ordbms?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
What happens in oracle commit?
What is dynamic proxy?
Explain how you would restore a database using RMAN to Point in Time?
What are the common oracle dba tasks?
How to define an anonymous procedure without variables?
How to write date and time literals in oracle?
Is the After report trigger fired if the report execution fails ?
How to divide query output into groups in oracle?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What is a nvl function? How can it be used?
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 set operators?