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 |
How do we create privileges in oracle?
What is null value in oracle?
Differentiate between post-database commit and post-form commit?
What are the logical operations?
What is Rollback Segment ?
How to compare dates in oracle sql?
Difference between cartesian join and cross join?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
How do I manually create a database in oracle?
How to create a table interactively?
Is there a function to split a string in plsql?
What are the types of Database Links ?