what is the difference between implicit conversions and
explicit conversions?
Answers were Sorted based on User's Feedback
Answer / johncenzer
In an explicit conversion you tell the database how to do
the converion
ex: Select *
from some_table t...
WHERE t.invoice_date='&&pDate'TO_DATE('&&pDate')
or with format
TO_DATE('&&pDate','DD-MON-YYYY')
An implicit conversion is done by the database itself
ex. Select *
from some_table t...
WHERE t.invoice_date='&&pDate'
Oracle will try to convert the pDate into a date.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / suman
hi here it is, implicit cursor default by database, where
as explicit cursor is defined by user customized.
| Is This Answer Correct ? | 2 Yes | 6 No |
Types of joins ?
3 Answers Digital GlobalSoft, HeadStrong,
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
what is the difference between truncate and drop statements? : Sql dba
What are all different types of collation sensitivity?
What is string join?
What is the difference between joins?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
When should I use nosql database?
How global cursor can be declare with dynamic trigger ?
Explain the types of joins in sql?
What are transaction and its controls?
how to get a list of indexes of an existing table? : Sql dba
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)