What is the maximum number of triggers, you can apply on a single table?
Can we insert data into view?
Is it important to partition hard disk?
Does inner join remove duplicates?
Whis is not false in primary key?
How do I start sql profiler?
What is duration in sql profiler trace?
How does one load ebcdic data? : aql loader
what is the difference between a web-garden and a web-farm? : Sql dba
Can a foreign key have a different name?
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 data manipulation language?
What is a composite primary key?
What is dml with example?
Which one is better subquery or joins?