26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answers were Sorted based on User's Feedback
select to_char(sysdate,'DD/MON/YYYY') from dual;
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
what is port in oracle? how is it related to database application.
am completed mca2011 how get certification in oracle
can u call user defined functions in select statements
What are the system predefined user roles?
what are pseudocolumns?
How to define a data source name (dsn) in odbc manager?
What is a cluster?
what is difference between sql plus and sql*plus? (not sql and sql plus).
Which is faster join or subquery in oracle?
How to define an anonymous block?
What is the sql query to concatenate column values from multiple rows in oracle?
how to hide the stored procedure inside a package