26. Display the earliest shipping date in the format:
DD/MON/YYYY

Answers were Sorted based on User's Feedback



26. Display the earliest shipping date in the format: DD/MON/YYYY..

Answer / dharmendra

select to_char(sysdate,'DD/MON/YYYY') from dual;

Is This Answer Correct ?    4 Yes 2 No

26. Display the earliest shipping date in the format: DD/MON/YYYY..

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

26. Display the earliest shipping date in the format: DD/MON/YYYY..

Answer / panchi

dd/mm/yyyy

Is This Answer Correct ?    4 Yes 3 No

26. Display the earliest shipping date in the format: DD/MON/YYYY..

Answer / bhanu

select to_char(sysdate,'DD/MON/YYYY') from dual;

Is This Answer Correct ?    2 Yes 2 No

26. Display the earliest shipping date in the format: DD/MON/YYYY..

Answer / nazim

select convert(char(12),getdate(),106)

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?

0 Answers   Oracle,


what is grid in Oracle 10g...

1 Answers  


Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou

8 Answers  


How to count duplicated values in a column in oracle?

0 Answers  


What are named parameters?

0 Answers  






15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

0 Answers   Wipro,


when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?

2 Answers  


What are triggers?Where are they used?

3 Answers  


How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?

0 Answers  


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

0 Answers  


ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?

4 Answers  


What types of joins are used in writing subqueries?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)