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
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is cartesian join in sql?
What is consistency?
What is sp_helptext?
Does sql backup shrink transaction log?
How do I view tables in sql developer?
How to add a column ‘salary’ to a table employee_details?
What is the difference between truncate and drop statements?
What is function and procedure in pl sql?
How are sql commands classified?
What is sql entity?
What is rownum?
How to run sql commands in sql*plus?
What is pessimistic concurrency control? : Transact sql