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
How to call a stored function with parameters?
How to rename an index?
Is there a function to split a string in plsql?
Can you assign multiple query result rows to a variable?
What is meant by joins? List out the types of joins.
What is a server parameter file in oracle?
What happens to the indexes if a table is recovered?
Name the three major set of files on disk that compose a database in Oracle?
Explain the use of inctype option in exp command.
Differentiate between function and procedure in oracle.
what is Single Byte Overhead...?
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.
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
Give the various rollback segment states.
What is pragma autonomous transaction in oracle?