SQL Server 2000 Which of the following is a way to create and modify tables using SQL Server? Use the graphical facilities of SQL Server Enterprise Manager only Neither of the two methods above will work Both of the two methods above will work Write SQL code using either CREATE or ALTER SQL statements only Use the graphical facilities of SQL Server Enterprise Manager only Neither of the two methods above will work Both of the two methods above will work Write SQL code using either CREATE or ALTER SQL statements only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on: SQL Server never automatically creates an index both primary and foreign keys foreign key only primary keys only SQL Server never automatically creates an index both primary and foreign keys foreign key only primary keys only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: be kept within the database and invoked by application programs 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 never be kept within the database be stored on the users' computer support BEFORE, INSTEAD OF and AFTER types ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 In SQL Server 2000, which of the following makes a copy of the changes that have been made to the database since the last complete backup? Differential backup Transaction Log Complete backup None of these Differential backup Transaction Log Complete backup None of these ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read? SERIALIZABLE REPEATABLE READ READ UNCOMMITTED READ COMMITTED SERIALIZABLE REPEATABLE READ READ UNCOMMITTED READ COMMITTED ANSWER DOWNLOAD EXAMIANS APP