26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answer Posted / nazim
select convert(char(12),getdate(),106)
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is varray?
What is coalesce function?
Please explain joins in oracle?
How to run create database statement?
What do you understand by a database object?
Explain the use of indexes option in imp command.
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
What are operators in oracle?
Explain what are the uses of rollback segment?
What is the difference between hot backup and cold backup in oracle?
What are the different types of partitions in oracle?
How will you write a query to get a 5th rank student from a table student_report?
What is the quickest way to export a table to a flat file?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How do I reset a sequence in oracle?