Answer Posted / menan
boolean
varchar2
bind variable
timestamp
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you tell the difference between an index and a view?
How do I view a table in sql?
Explain how can you save or place your msg in a table?
Which table is left in left join?
What are database links used for?
What are the methods of filing?
What is the sql query to display the current date?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What is the usage of when clause in trigger?
How can I get the number of records affected by a stored procedure?
How do I upgrade sql?
How do I find duplicates in a single column in sql?
Which is better trigger or stored procedure?
Is sqlexception checked or unchecked?
What does (*) mean in sql?