|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: How to combine two function together?
Answer: select decode (to_char(sysdate,'mon'),'jan','1st month','feb','2nd month','mar','3rd month','>3rd month') from dual
see the above example, we can combine two function together. like to_char function and decode function
By Vetrivel K ( Dharmapuri TN)
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8418 users |
Added on |
11/25/2013 |
Views |
69398 |
Rate it! |
|
|
Question:
How to combine two function together?
Answer:
select decode (to_char(sysdate,'mon'),'jan','1st month','feb','2nd month','mar','3rd month','>3rd month') from dual
see the above example, we can combine two function together. like to_char function and decode function
By Vetrivel K ( Dharmapuri TN) Source: CoolInterview.com
Answered by: Vetrivel K - dharmapuri | Date: 1/5/2010
| Contact Vetrivel K - dharmapuri
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Explain about query and reporting.
|
View Answer
|
|
what are phantom rows?
|
View Answer
|
|
What is the difference between procedure and stored procedure?
|
View Answer
|
|
what is pga ?
|
View Answer
|
|
what is pga ?
|
View Answer
|
|
What is component of sga?
|
View Answer
|
|
What is function overloading?an example of function overloading in oracle?
|
View Answer
|
|
I have use three select statement in inside prcedure body both three select statment given no_data_found exception but i handled only one exception in exception section but i want to know which select statment given no_data_found?
|
View Answer
|
|
Diffrence between VIEW and MATERIALIZED VIEW?
|
View Answer
|
|
I would like to know the detail coding and procedure of connecting Oracle and Sql with VB and VB.Net
|
View Answer
|
|
What are Drawback of cursor?
|
View Answer
|
|
What is a basic difference between having and where clause?
|
View Answer
|
|
Why oracle is the best database?
|
View Answer
|
|
I WANT TO BECOME A DBA ADMINISTRATOR. SO,FOR THAT WHAT CAN I PREPARE NOW?
|
View Answer
|
|
What is Trigger at one Line?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Oracle Interview Questions & Answers - Exam Mode /
Learning Mode
|