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
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
Explain enable novalidate constraint.
What is save point in oracle database?
What is a cursor variable?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What is the string concatenation operator in oracle?
What do you mean by a database transaction & what all tcl statements are available in oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What happens if you set the sga too low in oracle?
How to define a variable of a specific record type?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Differentiate between translate and replace?
What is a tns file?
Explain what are the characteristics of data files?