What will be the output of this Query?
select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
Answer Posted / dinesh kumar
Invalid Character Error
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between microsoft sql and mysql?
how to shut down the server with 'mysqladmin'? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
What is localdb mssqllocaldb?
What is cold data?
what is the difference between sql and t-sql? : Transact sql
How do I create a memory optimized filegroup?
Write a sql query to get the third highest salary of an employee from employee_table?
What is case function?
Can we commit inside a trigger?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is pl/sql language case sensitive?
How many disk partitions should I have?
What is loop in pl sql?