26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / uday shankar chejerla
select to_char(to_date(sysdate,'dd-mon-rr'),'dd/mon/yyyy')
from dual;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a hot backup and a cold backup in oracle?
How to recover a dropped table in oracle?
How to list all user accounts in oracle?
When do you get a .pll extension in oracle?
What is the difference between pre-select and pre-query?
what are actual and formal parameters?
What is a procedure in oracle?
What are group functions in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How to define a sub function?
What is a cursor variable?
Explain database link?
how to handle exceptions in post production
What is rowid and rownum in oracle?
What is a relational database management system?