Display the number value in Words?
Answer / nishi
select sal, (to_char(to_date(sal,'j'), 'jsp')) from emp;
| Is This Answer Correct ? | 2 Yes | 0 No |
In oracle there is column command, how will you explain that?
what is the syntax of DROP command?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
7. Repeat query (7) but also display all clients who have never ordered anything.
3. Display all the client numbers in the ORDER table. Remove duplicates.
How to create a table in a specific tablespace?
What is logical backup in oracle?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
Give the various rollback segment states.
Explain the use of Merge statement in oracle 11g
How to write an inner join with the where clause in oracle?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?