Answer Posted / nishi
select sal, (to_char(to_date(sal,'j'), 'jsp')) from emp;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where are the settings stored for each instance in oracle?
What privilege is needed for a user to create views in oracle?
What is key preserved table?
What happens if you lost a data file?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How to define a procedure inside another procedure?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What do you mean by group by clause?
How can we delete duplicate rows in a table?
how can we store any pdf file in oracle
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What are triggers in oracle?
Explain constraining triggers.
What is an Oracle Instance?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?