logo

CuriousTab

CuriousTab

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
    • Discuss
    • 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.
    • Discuss
    • 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.
    • Discuss
    • 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.
    • Discuss
    • 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.
    • Discuss
    • 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
    • Discuss
    • 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.
    • Discuss
    • 8. XML Schemas consist of:

    • Options
    • A. properties and methods.
    • B. elements and attributes.
    • C. structure and data.
    • D. tables and relationships.
    • Discuss
    • 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.
    • Discuss
    • 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.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment