what is the difference between implicit conversions and
explicit conversions?
Answer Posted / 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 |
Post New Answer View All Answers
how to return query output in html format? : Sql dba
What is difference between pls_integer and integer?
Why stored procedure is better than query?
What do you know by pl/sql cursors?
How many triggers can be applied to a table?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
How to combine two stored procedures in sql?
Which join is like inner join?
What are the types of variables use in pl sql?
What is string join?
What happens when a trigger is associated to a view?
What is %rowtype in pl sql?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What port does sql server use?
what are rollup and cube in t-sql? : Transact sql