adplus-dvertising
frame-decoration

Question

Which of these is defined to execute when the table is modified only?

a.

Stored functions

b.

Stored procedures

c.

Triggers

d.

Events

Answer: (c).Triggers

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these is defined to execute when the table is modified only?

Similar Questions

Discover Related MCQs

Q. What executes on a time activated basis according to a schedule?

Q. Stored programs improve database security.

Q. Which character does the mysql client program recognize as a statement delimiter?

Q. Which command is used to redefined the mysql delimiter?

Q. Which of the following characters cannot be used as a delimiter?

Q. Stored routines refers to stored functions and procedures.

Q. Stored programs refer to stored objects of how many of the following types?

functions, procedures, triggers, events

Q. Which of the following statements does not modify the table?

Q. To produce a stored function, which statement is used?

Q. How many values can be returned from a given stored function?

Q. How many values can be returned from a stored procedure?

Q. Suppose a stored function named PI() is written in the database ‘sampdb’. How would it be called?

Q. Which privilege must be given to the database to create a stored function or procedure?

Q. Which variable is set to zero when automatic privilege granting is not needed?

Q. Which procedure parameter enables the caller to pass in a value and get back a value?

Q. The IN, OUT and INOUT keywords do not apply to stored functions.

Q. For the same input parameters, if the stored function returns the same result, it is called _____________

Q. Triggers enable to enforce data integrity constraints.

Q. Which statement is used to create a trigger?

Q. For which of the following are triggers not supported?