SQL Server 2000
SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):

BEFORE trigger
AFTER trigger
BEGIN trigger
INSTEAD OF trigger

ANSWER DOWNLOAD EXAMIANS APP

SQL Server 2000
SQL Server 2000 stored procedures can:

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

ANSWER DOWNLOAD EXAMIANS APP