SQL -Structured Query Language - SQL Insert - Insert Record Quiz
# | Quiz |
---|---|
1
Discuss
|
Insert Record
The granting and revoking of roles by the user may cause some confusion when that user role is revoked. To overcome the above situation
Solution |
2
Discuss
|
Insert Record
Which join condition contains an equality operator:
Solution |
3
Discuss
|
Insert Record
A __________ is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data.
Solution |
4
Discuss
|
Insert Record
The CREATE TRIGGER statement is used to create the trigger. THE _____ clause specifies the table name on which the trigger is to be attached. The ______ specifies that this is an AFTER INSERT trigger.
Solution |
5
Discuss
|
Insert Record
What are the after triggers?
Solution |
6
Discuss
|
Insert Record
The variables in the triggers are declared using
Solution |
# | Quiz |