Which command is used to delete a trigger?



Which command is used to delete a trigger?..

Answer / Ankita Dubey

The DROP TRIGGER command is used to delete a trigger in Oracle. The syntax is: DROP TRIGGER trigger_name; where 'trigger_name' is the name of the trigger you want to delete.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is sql architecture?

1 Answers  


What is a cursor for loop ?

4 Answers  


Differentiate between % rowtype and type record.

1 Answers  


What is t sql used for?

1 Answers  


What is a natural join?

1 Answers  


When we give SELECT * FROM EMP; How does oracle respond?

24 Answers   Accenture, HCL, Infosys,


Why indexing is needed?

1 Answers  


What is a trigger word?

1 Answers  


In table three columns with 1 milion records(here there is no sequence values) i want add one more column with sequence values from the first how it is posible?

4 Answers   Tech Soft,


Why do we use %rowtype & %type in plsql?

1 Answers  


Explain two virtual tables available at the time of database trigger execution.

1 Answers  


What is the purpose of design view?

1 Answers  


Categories