Briefly explain what is literal? Give an example where it can be used?
No Answer is Posted For this Question
Be the First to Post Answer
why pl sql doesn't support retrieving multiple records
How do I reset a sequence in oracle?
How many different types of indexes we have in oracle?
24 Answers IBM, TCS,
How to speed up webrick?
which clause we are not used in where clause?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
What is the difference between $oracle_base and $oracle_home?
What is meant by an index?
Explain oracle instance.
Compare and contrast between sql and sql server and explain its various functions?
What is indexing, and how does it improve performance?
cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..