Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - General Questions (Q.No. 19)
19.
Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:
GROUP BY.
WHERE.
ORDER BY.
FROM.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

CHITTI said:   10 years ago
Anybody explain please?

Olayode said:   8 years ago
What are the functions of the trigger, store procedure?

Rani sharma said:   8 years ago
Trigger is an operation that gets executed automatically when an event occurs in the database. Insert, update, delete, create drop revoke like, after are trigger functions.

Post your comments here:

Your comments will be displayed after verification.