Home / CSE / Database System 2 - CS :: XML and ADO.NET

CSE :: Database System 2 - CS

  1. The XSLT processor copies the elements of the stylesheet until it finds a command in the format:

  2. A.

     SELECT ... FROM ... WHERE

    B.

     {item, action}

    C.

     {for-each select}

    D.

     < HTML >...< / HTML >

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol?

  4. A.

     SOAP

    B.

     SGML

    C.

     SQL

    D.

     ADO

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Which of the following statements is not true about XML Schemas:

  6. A.

     They are used to define the content and structure of data.

    B.

     They define a set of symbols and the relationships of those symbols.

    C.

     They are themselves XML documents.

    D.

     They have their own syntax.

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. The most popular way to materialize XML documents is to use:

  8. A.

     DTD

    B.

     XSLT

    C.

     HTML

    D.

     SOAP

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. With XML:

  10. A.

     views are not limited to one multi-valued path only.

    B.

     documents can automatically be generated from database data only.

    C.

     database data can automatically be extracted from XML documents only.

    D.

     With XML, all of the above are true.

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. To eliminate definition duplication, XML Schemas define:

  12. A.

     An intersection table.

    B.

     Global elements.

    C.

     A normalized definition table.

    D.

     None of the above is correct.

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. What is not true about SOAP?

  14. A.

     SOAP originally meant Simple Object Access Protocol.

    B.

     SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.

    C.

     SOAP now is just a name, not an acronym

    D.

     SOAP was an early form of XML.

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. XML Schemas consist of:

  16. A.

     Properties and methods.

    B.

     Elements and attributes.

    C.

     Structure and data.

    D.

     Tables and relationships.

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. The expression FOR XML RAW tells SQL Server to:

  18. A.

     Place the values of the columns as attributes in the resulting XML document.

    B.

     Place the values of the columns into elements rather than attributes.

    C.

     Place some columns into elements and others into attributes.

    D.

     None of the above is correct.

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. ADO.NET provides the ability to create and process in-memory databases called:

  20. A.

     Views

    B.

     Relations

    C.

     Tables

    D.

     Datasets

    View Answer

    Workspace

    Discuss Discuss in Forum