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
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
Correct Answer
Bulk-logged recovery
SQL Server 2000 problems
Search Results
1. 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
2. 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.
3. 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.
4. 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.
Show Answer
Scratch Pad
Discuss
Correct Answer: INSTEAD OF trigger.
5. 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.
6. 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
7. HTML is an application of a more robust document markup language called:
Options
A. XHTML.
B. XML.
C. SGML.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: SGML.
8. XML Schemas consist of:
Options
A. properties and methods.
B. elements and attributes.
C. structure and data.
D. tables and relationships.
Show Answer
Scratch Pad
Discuss
Correct Answer: elements and attributes.
9. XML is:
Options
A. a subset of SGML only.
B. a hybrid of document processing and database processing only.
C. a standardized yet customizable way to describe the content of documents only.
D. XML is all of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: XML is all of the above.
10. If an XML document does not have a DTD, then by definition it is:
Options
A. not-type-valid.
B. type-valid.
C. an HTML document.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: not-type-valid.
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