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 to retrieve the count of updated rows?
What is the simplest tool to run commands on oracle servers?
How to end the current transaction in oracle?
How do we know whether an index is created on a table ???
What privilege is needed for a user to create views in oracle?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
Give the various exception types.
how to truncate date and get only time part 9:20:00
What is catalog in Oracle?
How to use values from other tables in update statements using oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How can we find out the duplicate values in an oracle table?