Question
CREATE TRIGGER abc (...) (...) ON def FOR EACH ROW ghi;
a.
trigger name
b.
table name
c.
trigger statement
d.
update statement
Posted under MySQL Database
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is def in the following MySQL statement?
Similar Questions
Discover Related MCQs
Q. Which of these is a stored program associated with a schedule?
View solution
Q. The event scheduler does not run by default.
View solution
Q. Which of the following lines is used to turn on the event scheduler?
View solution
Q. Which statement is used to check the status of the event scheduler at runtime?
View solution
Q. Which value of event_scheduler enables checking status but not changing it at runtime?
View solution
Q. If the scheduler is stopped, no events run.
View solution
Q. Which log does the event scheduler log to?
View solution
Q. Which clause specifies periodic execution at fixed intervals?
View solution
Q. To create or drop events for a database, which privilege should be granted?
View solution
Q. The default definer of an event is the user who _______________
View solution
Q. The creation of a stored program is similar to the definition of a _______________
View solution
Q. When the security context enables carefully written stored programs to be set up that provide controlled access to tables for users, it is called __________
View solution
Q. When a user creates a stored program that accesses sensitive data but forgets that other people who can invoke the object have the same access, the security context is __________
View solution
Q. Triggers and events are invoked automatically by the server.
View solution
Q. A stored procedure is invoked using the statement __________
View solution
Q. What produces result sets?
View solution
Q. Which privilege is enabled to create of alter a stored function?
View solution
Q. The locking statements LOCK TABLES and UNLOCK TABLES are not permitted in stored routines.
View solution
Q. How many of the following can be used in stored procedures?
PREPARE, EXECUTE, DEALLOCATE PREPARE
View solution
Q. How many of the following can be used in stored functions?
PREPARE, EXECUTE, DEALLOCATE PREPARE
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MySQL Database? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!