what is the difference between to_char and to_date
functions?
Answer Posted / m
to_char conversion function will convert given data to character data whereas to_data will convert given character data into date format model.
Also we can say like to_char conversion function use for convert invalid data into valid data.
and to_date conversion function will convert valid data into invalid.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of cursors are available in pl/sql?
How do you drop a trigger?
What is normalisation and its types?
What are the usages of sql?
how to install mysql? : Sql dba
How you improve the performance of sql*loader? : aql loader
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is constant in pl sql?
Why truncate is faster than delete?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
Can we use view in stored procedure?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
How would you pass hints to the sql processor?
What is sql query limit?
what is the functionality of the function htmlentities? : Sql dba