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 |
What are the different types of databases?
What is Parallel Server ?
What is a subquery in oracle?
How to convert a date to char in oracle? Give one example.
Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table
How to assign a tablespace to a users in oracle?
What are the components of logical database structure in oracle database?
Please explain compound trigger in oracle?
What is bind variable in oracle 11g?
How to filter out duplications in the returning rows using oracle?
How to upsert (update or insert into a table)?
which statement is running fastly ie insert or delete?