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
How to assign data of the deleted row to variables?
What is the simplest tool to run commands on oracle servers?
What is raw datatype in oracle?
How to update values in a table in oracle?
What happens to the data files if a tablespace is dropped?
How to count groups returned with the group by clause in oracle?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What is the data pump import utility?
What is an Oracle index?
How to invoke the data pump export utility?
How to sort the query output in oracle?
How do I manually uninstall oracle client?
How to empty your oracle recycle bin?
what is the use of system.effective.date variable in oracle?
How to compare dates in oracle sql?