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 to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
what is a trigger? : Sql dba
What is pessimistic concurrency control? : Transact sql
What is sql query optimization?
What is latest version of sql?
Does truncate free space?
how to extract a unit value from a date and time? : Sql dba
How many times can we commit in a loop?
Is progress software supports to ( pl/sql )?
What is meant by <> in sql?
Write a unique difference between a function and a stored procedure.
what is union, minus and interact commands? : Sql dba
What is the purpose of a secondary key?
What is loop in pl sql?
What is sequence in sql?