SQL Server 2000 Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures? & # % @ & # % @ ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on: primary keys only 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 ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server, parameters and variables in T-SQL start with the "%" sign. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server optimistic locking, an update lock is placed on the row when the row is read. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is a way to create and modify tables using SQL Server? Both of the two methods above will work Neither 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 Both of the two methods above will work Neither 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 ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. SCROLL_LOCK PESSIMISTIC READ_ONLY OPTIMISTIC SCROLL_LOCK PESSIMISTIC READ_ONLY OPTIMISTIC ANSWER DOWNLOAD EXAMIANS APP