Answer Posted / rajgopal
select to_char(sysdate,'ddsp')||'-'||to_char(sysdate,'mon')||'-'||to_char(sysdate,'yyyysp') from dual
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you clear the screen in sql?
Does sql full backup truncate logs?
What is a composite primary key?
What is pl/sql table? Why is it used?
what is datawarehouse? : Sql dba
Can a select statement fire a trigger?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What are the parts of a basic sql query?
What is pragma in pl sql?
What is form and report?
What is the largest value that can be stored in a byte data field?
Write a sql query to convert all character to uppercase after hypen.
How does left join work in sql?
What is string data type in sql?
how to enter characters as hex numbers? : Sql dba