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 |
What are the different tcl commands in sql?
what is single byte over head in oracle..?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What are the dml statements?
What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.
if a table is getting updated what happens if a function is called from sql query?
Can ddl statements be used in pl/sql?
Can we use threading in pl/sql?
What is the difference between Union and Union all. Which is faster.
What is graph sql?
Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?
What is a self join ?
Oracle (3259)
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)