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
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to sort output in descending order in oracle?
What are the various types of snapshots ?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How to create a new tablespace in oracle?
How many file formats are supported to export data?
What happens to the indexes if a table is recovered?
How are extents allocated to a segment?
How to recover a dropped table in oracle?
Can multiple cursors being opened at the same time?
How to select an oracle system id (sid)?
What is a system tablespace?
How to work with data objects interactively?
How can I combine multiple rows into a comma-delimited list in oracle?
How to use an explicit cursor without open statements?