Explain the difference in execution of triggers and stored procedures?


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

Post New Answer

More SQL PLSQL Interview Questions

how many tupples can insert in 1 second in sql

1 Answers  


what are myisam tables? : Sql dba

0 Answers  


what is the sql query to display current date? : Sql dba

1 Answers  


What are the dml statements?

0 Answers  


How do you update a table in sql?

0 Answers  






What is having clause in sql?

0 Answers  


what is the difference between truncate and drop statements? : Sql dba

0 Answers  


Do we need to rebuild index after truncate?

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 hibernate and its relation to sql?

0 Answers  


What is cte sql?

0 Answers  


Name the operator which is used in the query for pattern matching?

0 Answers  


Categories