What is a mutating table and a constraining table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Is primary key is clustered index?

0 Answers  


Does truncate need commit?

0 Answers  


What is output spooling in sql*plus?

0 Answers  


How to call the function and Procedure in trigger?

3 Answers   IBM,


select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?

2 Answers  






How can we store rows in PL/SQL using array?

0 Answers   MCN Solutions,


ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 Answers   Zensar,


What is rowid in sql?

0 Answers  


what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba

0 Answers  


Can we use delete in merge statement?

0 Answers  


what are local and global variables and their differences? : Sql dba

0 Answers  


How do you remove duplicate records from a table?

0 Answers  


Categories