Question:Choose the correct statements for a trigger function:
A It is created using the CREATE FUNCTION command
B It should be defined as accepting single arguments
C It returns a value of integer datatype
D It returns a value of integer or opaque datatype
+ AnswerB
+ Report