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 |
How to define a sub function?
Which Database is the best for the Security issue ? 1. DB2 2.SQL Server 3.MySQL 4.ORACLE
Explain the use of indexes option in exp command.
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example
Explain a data segment?
How to rebuild an index in oracle?
How to view the data files in the current database?
Which environment variables are absolutely critical in order to run the OUI?
How to check the oracle tns settings?
Explain table?
What is SQL access advisor in Oracle?
Define Normalization with example?