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
What is a nested table and how is it different from a normal table?
What is save point in oracle database?
What is execute immediate in oracle?
What is a tns service name?
What do you understand by database schema and what does it hold?
What is a initialization parameter file in oracle?
What privilege is needed for a user to connect to oracle server?
Explain the use of ignore option in imp command.
What is the difference between PFILE and SPFILE in Oracle?
Explain the use of log option in exp command.
How to retrieve values from data fields in record variables?
What are the attributes of the cursor?
What is the difference between view and materialized view in Oracle?
Can group functions be used in the order by clause in oracle?
What is raw datatype in oracle?