You need to remove the database trigger BUSINESS_HOUR . Which command do you use to remove the trigger?

A. DELETE TRIGGER business_hour;
B. DROP TRIGGER business_hour;
C. REMOVE TRIGGER business_hour;
D. ALTER TRIGGER business_hour REMOVE;


Answer: B. DROP TRIGGER business_hour;

Computer Science & Information Technology

You might also like to view...

Which statement is true?

a. Dividing two integers results in an integer answer. b. With integer division, any fractional part of the calculation is lost. c. With integer division of float values, the numerator and denominator are rounded before the calculation. d. All of the above.

Computer Science & Information Technology

Discuss the advantages of a consistent interface from both the consumer’s and developer’s point of view.

What will be an ideal response?

Computer Science & Information Technology

The ____ command shows disk use information for all files in a specified directory and its subdirectories.

A. du B. free C. top D. df

Computer Science & Information Technology

A(n) ________ version is a software application that is still under development

Fill in the blank(s) with correct word

Computer Science & Information Technology