26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / dharmendra
select to_char(sysdate,'DD/MON/YYYY') from dual;
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the quickest way to fetch the data from a table?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
How to rename an index in oracle?
How to specify default values in insert statement using oracle?
How to load data from external tables to regular tables?
How to calculate date and time differences in oracle?
Explain the use of inctype option in exp command.
How do you tell what your machine name is and what is its IP address?
How to use "out" parameter properly?
How to convert character types to numeric types?
what are the default admin accounts in Oracle 10g ?
What are the differences between lov and list item?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is an anonymous block?
What is sharded cluster?