SQL Server 2000 There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports three recovery modes: simple, full and Bulk. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: support BEFORE, INSTEAD OF and AFTER types 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 never be kept within the database be kept within the database and invoked by application programs be stored on the users' computer ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data. Secondary Nonclustered Primary Clustered Secondary Nonclustered Primary Clustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the three possible types of triggers does SQL Server support? AFTER only INSTEAD OF and AFTER only INSTEAD OF only BEFORE only AFTER only INSTEAD OF and AFTER only INSTEAD OF only BEFORE only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model are all database changes logged? Differential recovery Full recovery Bulk-logged recovery Simple recovery Differential recovery Full recovery Bulk-logged recovery Simple recovery ANSWER DOWNLOAD EXAMIANS APP