Database MCQ - English
- Introduction to Database
- The Relational Model and Normalization
- Data Modeling with ER Model
- SQL for Database Construction
- Managing Multiuser Databases
- SQL Server 2000
- XML and ADO.NET
- Database Processing for BIS
- The Database Development Process
- ER Model and Business Rules
- Physical Database Design
- The Client Server Database
- Data Warehousing
- Distributed Databases
- Object Oriented Database
- Introduction to SQL
- Database Design Using Normalization
- Data Models into Database Designs
- Database Redesign
- Managing Databases with Oracle
- ODBC, OLE DB, ADO, and ASP
- JDBC, Java Server Pages, and MySQL
- The Database Environment
- Modeling Data in the Organization
- Logical Database Design
- Advanced SQL
- The Internet Database Environment
- Data and Database Administration
- Object Oriented Data Modeling
XML and ADO.NET MCQ Questions and Answers
Home | Database | XML and ADO.NETIn this section we provide lots of objective question of XML and ADO.NET in Database Management System.
1) The XSLT processor copies the elements of the stylesheet until it finds a command in the format:
2) What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol?
3) Which of the following statements is not true about XML Schemas:
They are used to define the content and structure of data.
They define a set of symbols and the relationships of those symbols.
They are themselves XML documents.
They have their own syntax.
Answer : D Discuss
4) They have their own syntax.
5) With XML:
views are not limited to one multi-valued path only.
documents can automatically be generated from database data only.
database data can automatically be extracted from XML documents only.
With XML, all of the above are true.
Answer : D Discuss
6) To eliminate definition duplication, XML Schemas define:
an intersection table.
global elements.
a normalized definition table.
None of the above is correct.
Answer : B Discuss
7) What is not true about SOAP?
SOAP originally meant Simple Object Access Protocol.
SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.
SOAP now is just a name, not an acronym
SOAP was an early form of XML.
Answer : D Discuss
8) XML Schemas consist of:
properties and methods.
elements and attributes.
structure and data.
tables and relationships.
Answer : B Discuss
9) The expression FOR XML RAW tells SQL Server to:
place the values of the columns as attributes in the resulting XML document.
place the values of the columns into elements rather than attributes.
place some columns into elements and others into attributes.
None of the above is correct.
Answer : A Discuss
10) ADO.NET provides the ability to create and process in-memory databases called: