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. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports a language called Transact-SQL (also called T-SQL). 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 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. SCROLL_LOCK READ_ONLY OPTIMISTIC PESSIMISTIC SCROLL_LOCK READ_ONLY OPTIMISTIC PESSIMISTIC ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the three possible types of triggers does SQL Server support? INSTEAD OF and AFTER only AFTER only INSTEAD OF only BEFORE only INSTEAD OF and AFTER only AFTER only INSTEAD OF only BEFORE only ANSWER DOWNLOAD EXAMIANS APP