SQL Server 2000
SQL Server program code that is executed after an SQL command has been processed is called a(n):

BEGIN trigger
BEFORE trigger
AFTER trigger
INSTEAD OF trigger

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

never be kept within the database
be stored on the users' computer
support BEFORE, INSTEAD OF and AFTER types
be kept within the database and invoked by application programs

ANSWER DOWNLOAD EXAMIANS APP