SQL Server 2000 Questions

Practice SQL Server 2000 MCQs with answers and explanations. Page 1 of 2.

Category
Database
Topic
SQL Server 2000
Page
1 / 2
Mode
Practice

Questions

Open any question to view the answer and explanation.

In Microsoft SQL Server transaction processing, which isolation level places and then holds shared locks on every row it reads so that the same rows cannot be modified by other transactions until the current transaction completes? Select the correct isolation level from the standard SQL Server list.
Open
View answer
In SQL Server 2000 backup strategy, which option creates a copy of all changes made since the last full (complete) backup? Choose the most accurate backup type used for faster restores between full backups.
Open
View answer
In Microsoft SQL Server, what are the valid ways to create and modify tables in a database? Consider both T-SQL statements and graphical administrative tools.
Open
View answer
In SQL Server indexing, which index type has a leaf (bottom) level that does not store the actual table data but instead stores pointers (row locators) to the data rows?
Open
View answer
In SQL Server indexing, which index type stores the actual data rows at the leaf (bottom) level and keeps those rows physically ordered the same as the index key?
Open
View answer
In SQL Server recovery planning, under which recovery model are all database changes fully logged, enabling point-in-time recovery using transaction log backups?
Open
View answer
In the ANSI/SQL Server isolation hierarchy, which is the strictest isolation level that prevents dirty reads, non-repeatable reads, and phantom rows by using key-range locking?
Open
View answer
In SQL Server's trigger architecture, which trigger types are supported by the engine and available for tables and views as appropriate?
Open
View answer
In SQL Server recovery models, which model is commonly described as having “no logging,” even though SQL Server always writes to the transaction log internally? Select the closest correct choice based on standard terminology.
Open
View answer
When you define constraints in SQL Server, on which key type does the engine automatically create a unique index by default (often clustered unless specified otherwise)?
Open
View answer
Microsoft SQL Server — Concurrency Control Factors Which of the following is NOT a determinant of how SQL Server performs concurrency control and locking during reads and writes?
Open
View answer
Microsoft SQL Server — Authentication Modes Which authentication mode is NOT offered by SQL Server for client connections?
Open
View answer
SQL Server 2000 Stored Procedures — Parameter Prefix In Transact-SQL, which symbol indicates a parameter within a stored procedure definition or call?
Open
View answer
SQL Server 2000 Stored Procedures — Storage and Invocation Which statement best describes how stored procedures are managed and used in SQL Server?
Open
View answer
SQL Server Triggers — INSTEAD OF vs AFTER What is the SQL Server program unit that fires instead of executing the original DML statement, effectively replacing it?
Open
View answer
Transact-SQL (T-SQL) — Procedural Extensions in SQL Server 2000 Which language name refers to SQL Server's dialect that adds variables, parameters, IF, WHILE, and other procedural features to standard SQL?
Open
View answer
SQL Server Triggers — AFTER Timing What is the SQL Server trigger type that executes only after the referenced INSERT, UPDATE, or DELETE has successfully completed?
Open
View answer
SQL Server Cursors — Concurrency Option with Update Locks Which cursor concurrency option places update locks on rows as they are read to prevent concurrent changes?
Open
View answer
SQL Server Recovery Models — Logging Behavior Under which recovery model are all changes logged except those operations that would create very large log entries (e.g., bulk operations)?
Open
View answer
SQL Server Cursors — Optimistic Concurrency Which cursor concurrency model acquires no locks when reading and waits until update time to check for conflicts?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.