26. Display the earliest shipping date in the format:
DD/MON/YYYY
Answers were Sorted based on User's Feedback
select to_char(sysdate,'DD/MON/YYYY') from dual;
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / uday shankar chejerla
select to_char(to_date(sysdate,'dd-mon-rr'),'dd/mon/yyyy')
from dual;
| Is This Answer Correct ? | 3 Yes | 2 No |
what are different types of deletes?
How to use null as conditions in oracle?
Define oracle database
How to retrieve data from an cursor to a record?
What are the values that can be specified for OPTIMIZER MODE Parameter ?
What is a table index in oracle?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
Please explain joins in oracle?
What is autonomous transaction?
What is a shared pool?