CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
SQL Server 2000
Comments
Question
SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):
Options
A. INSTEAD OF trigger.
B. BEFORE trigger.
C. AFTER trigger.
D. BEGIN trigger.
Correct Answer
INSTEAD OF trigger.
SQL Server 2000 problems
Search Results
1. SQL Server 2000 stored procedures can:
Options
A. never be kept within the database.
B. be kept within the database and invoked by application programs.
C. be stored on the users' computer.
D. support BEFORE, INSTEAD OF and AFTER types.
Show Answer
Scratch Pad
Discuss
Correct Answer: be kept within the database and invoked by application programs.
2. Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?
Options
A. #
B. %
C. &
D. @
Show Answer
Scratch Pad
Discuss
Correct Answer: @
3. What mode of authentication does SQL Server NOT provide?
Options
A. Windows-only security
B. Both SQL Server and Windows-only security
C. Mixed security
D. SQL Server only security
Show Answer
Scratch Pad
Discuss
Correct Answer: SQL Server only security
4. Which of the following is
not
a factor in determining the concurrency control behavior of SQL Server?
Options
A. Lock level
B. Transaction isolation level
C. Cursor concurrency setting
D. Locking hints
Show Answer
Scratch Pad
Discuss
Correct Answer: Lock level
5. SQL Server automatically creates an index on:
Options
A. primary keys only.
B. foreign key only.
C. both primary and foreign keys.
D. SQL Server never automatically creates an index.
Show Answer
Scratch Pad
Discuss
Correct Answer: both primary and foreign keys.
6. An SQL Server 2000 language that adds programming elements like parameters, variables, IF, WHILE loops, and so forth, to the basic capabilities of SQL is called:
Options
A. COBOL.
B. VB.NET.
C. TRANSACT SQL.
D. Visual Basic.
Show Answer
Scratch Pad
Discuss
Correct Answer: TRANSACT SQL.
7. SQL Server program code that is executed after an SQL command has been processed is called a(n):
Options
A. INSTEAD OF trigger.
B. BEFORE trigger.
C. AFTER trigger.
D. BEGIN trigger.
Show Answer
Scratch Pad
Discuss
Correct Answer: AFTER trigger.
8. Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?
Options
A. READ_ONLY
B. SCROLL_LOCK
C. OPTIMISTIC
D. READCOMMITTED
Show Answer
Scratch Pad
Discuss
Correct Answer: READCOMMITTED
9. With which type of SQL Server recovery model are all database changes logged except those that cause large log entries?
Options
A. Differential recovery
B. Full recovery
C. Simple recovery
D. Bulk-logged recovery
Show Answer
Scratch Pad
Discuss
Correct Answer: Bulk-logged recovery
10. With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data.
Options
A. READ_ONLY
B. SCROLL_LOCK
C. OPTIMISTIC
D. PESSIMISTIC
Show Answer
Scratch Pad
Discuss
Correct Answer: OPTIMISTIC
Comments
There are no comments.
Enter a new Comment
Save
More in Database:
Advanced SQL
Data and Database Administration
Data Modeling with ER Model
Data Models into Database Designs
Data Warehousing
Database Design Using Normalization
Database Processing for BIS
Database Redesign
Distributed Databases
ER Model and Business Rules
Introduction to Database
Introduction to SQL
JDBC, Java Server Pages, and MySQL
Logical Database Design
Managing Databases with Oracle
Managing Multiuser Databases
Modeling Data in the Organization
Object-Oriented Data Modeling
Object-Oriented Database
ODBC, OLE DB, ADO, and ASP
Physical Database Design
SQL for Database Construction
SQL Server 2000
The Client-Server Database
The Database Development Process
The Database Environment
The Internet Database Environment
The Relational Model and Normalization
XML and ADO.NET