Tag: databases
Questions Related to databases
Choose the correct statements about the union clause in ASE (Choose 2)
Which of the following are true about triggers? (Choose 2)
Which ASE table contains the source code of a stored procedure?
The following trigger exists: create trigger trig on t for insert, update, delete as begin print 'This is 'trig' ' end The following command is now executed: create trigger trig on t for insert as begin print 'This is 'trig' ' end After executing this command, for which DML actions on table 't' will a trigger be fired?
Creation of which DB objects will cause a DDL trigger to fire?