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
Please explain compound trigger in oracle?
How to create a stored program unit?
What is the database name in oracle?
Can we write insert statement in function in oracle?
What is oracle server autotrace in oracle?
How to view all columns in an existing table?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How to count duplicated values in a column in oracle?
What is a cursor and what are the steps need to be taken?
How do I call oracle stored procedures that take no parameters?
1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE
What is a Garbage Collection? and what is full recursive Garbage collection?
How will you write a query to get a 5th rank student from a table student_report?
Why should I use oracle database?
How to create a stored function in oracle?