What is triggering circuit?


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

Post New Answer

More SQL PLSQL Interview Questions

Mention what are different methods to trace the pl/sql code?

0 Answers  


what does myisamchk do? : Sql dba

0 Answers  


What is a column in a table?

0 Answers  


What is nvarchar in sql?

0 Answers  


Why do we need databases?

0 Answers  






Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.

13 Answers   Oracle, TCS,


What is equi join in sql?

0 Answers  


What is join view in sql?

0 Answers  


What is the difference between stored procedure and view?

0 Answers  


What is pl/sql tables?

7 Answers   TCS,


How do you use a while loop in pl sql?

0 Answers  


What is the current version of postgresql?

0 Answers  


Categories