Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - General Questions (Q.No. 8)
8.
A ________ is a program that performs some common action on database data and that is stored in the database.
trigger
stored procedure
pseudofile
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Parth said:   8 years ago
The Stored procedure can be related to functions/methods in c++ or java.

They are a set of SQL statements which can be stored in a database.

Sam said:   10 years ago
What is a stored procedure in SQL?

Ankul said:   1 decade ago
Trigger is an action that is perform during certain events like (delete...etc).

Amol said:   1 decade ago
Then what is trigger?

Post your comments here:

Your comments will be displayed after verification.