SQL Server 2000 By default, SQL Server will create one data file and one log file for each newly created database. False True False True 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 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): INSTEAD OF trigger BEGIN trigger BEFORE trigger AFTER trigger INSTEAD OF trigger BEGIN trigger BEFORE trigger AFTER trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. False True False True ANSWER DOWNLOAD EXAMIANS APP
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 Write SQL code using either CREATE or ALTER SQL statements only Both of the two methods above will work Neither of the two methods above will work Use the graphical facilities of SQL Server Enterprise Manager only Write SQL code using either CREATE or ALTER SQL statements only Both of the two methods above will work Neither of the two methods above will work ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Transaction isolation level Lock level Locking hints Cursor concurrency setting Transaction isolation level Lock level Locking hints Cursor concurrency setting ANSWER DOWNLOAD EXAMIANS APP