26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / bhanu
select to_char(sysdate,'DD/MON/YYYY') from dual;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the parameters that we can pass through a stored procedure?
How to create a new table in your schema?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
How does one get the view definition of fixed views/tables?
Can we store images in oracle database?
What happens to the indexes if a table is recovered?
How to define an oracle sub procedure?
How to drop an existing view in oracle?
What happens if the update subquery returns multiple rows?
How to define an anonymous procedure with variables?
How to rename a tablespace in oracle?
What are the set operators union, union all, minus & intersect meant to do?
Describe the types of sub query?
What is the implicit cursor in oracle?
How can we find out the duplicate values in an oracle table?