1. how to use the check option constraints in sql query..?
2.how to add data in a complex query ?
3.is it possible to use commit or rollback or savepoint in
triggers...if not why please explain with examples...?
4.what is the difference between meterialized view and
normal view..how to create materialized view and how to use
it..?
5.what is varray...? what is the advantage of the varray ?
please expalin with a simpel example..i want to load into a
table (student no and name and his marks..) please give
example..
6.what are the bulk bind exceptions...how to use bulk bind
and how to use bulk collect..please explain with example...
7.what is for update of and where current of ...?
8 what is the use of nowait ?
9.please give an example for nocopy in a simple plsql query
10.create an index in a table...tellme how to use the
index in a where clause to do performance tunning...
Answer Posted / gaurav gupta
is it possible to use commit or rollback or savepoint in
triggers...if not why please explain with examples...?
yes it's posible to use savepoint or commit in triggers but
trigger should be autonomious transaction trigger
(Independent trigger).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to select first 5 records from a table? : Sql dba
How can you view the errors encountered in a trigger?
How do you clear the screen in sql?
What does partition by mean in sql?
What are the usages of sql?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
Can we create clustered index without primary key?
what are ddl statements in mysql? : Sql dba
How to run pl/sql statements in sql*plus?
What is compute?
Does sql profiler affect performance?
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...
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What does a pl/sql package consist of?
What are different types of sql commands?