Answer Posted / yogesh
Rajagopal answer is correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is column?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What is the difference between Union and Union all. Which is faster.
What is the difference between stored procedure and view?
What does trigger mean in slang?
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 a scalar value in sql?
What are the types of records?
What is sql character function?
What is the difference between sql and mysql?
Why is sharding used?
Is it possible to create startup or shutdown trigger for on-schema?
Explain isolation levels. : Transact sql
Explain the purpose of %type and %rowtype data types with the example?
how to create a new table by selecting rows from another table in mysql? : Sql dba