26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / dharmendra
select to_char(sysdate,'DD/MON/YYYY') from dual;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is rowid unique in oracle?
How to set up autotrace for a user account?
Why do you create or replace procedures rather that drop and recreate.
Explain the use of Merge statement in oracle 11g
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What is a proxy object?
What is the disadvantage of User defind function?
What is not equal to in oracle?
What suggestions do you have to reduce the network traffic?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
How to rebuild an index in oracle?
What is Undo Management Advisor in Oracle?
Name the various constraints used in oracle?
What is Redo Log Buffer in Oracle?
How to get maxsal , minsal, ename department wise in single query