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 do you understand by a database object? Can you list a few of them?
What is tns name?
What is blob datatype?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
Explain do view contain data?
How to resolve name conflicts between variables and columns?
What is oracle sid?
Explain constraining triggers.
 What are the oracle DML commands possible through an update strategy?
How to install oracle odbc drivers?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
State any two functions of oracle?
How will you write a query to get a 5th rank student from a table student_report?
What is merge in oracle?
Explain the use of owner option in exp command.