what is the difference between to_char and to_date
functions?
Answer Posted / naveen
to_char function is used to convert the given data into
character....
eg:to_char(sysdate,'month') which returns month alone...
to_date is used to convert the given data into date data
formate data type....
eg: to_date('070903', 'MMDDYY') would return a date value
of July 9, 2003.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Is mariadb a nosql database?
What is cross join sql?
What are the popular database management systems in the it industry?
Is sql a dbms?
How do temporal tables work?
What is the basic structure of an sql?
State some properties of relational databases?
what is an alias command? : Sql dba
Does a join table need a primary key?
What is execute immediate?
What does := mean in pl sql?
What is a stored procedure in sql with example?
Is grant a ddl statement?
Is sql an operating system?
what is the bond code in materialized view?