Homework Clinic

Social Science Clinic => Business => Management => Topic started by: jessicacav on Jul 7, 2018

Title: JDBC-ODBC bridge drivers resolve inconsistencies between Java and C/C++ to allow Java access to ODBC ...
Post by: jessicacav on Jul 7, 2018
JDBC-ODBC bridge drivers resolve inconsistencies between Java and C/C++ to allow Java access to ODBC data sources.
 
  Indicate whether the statement is true or false

Question 2

What is an XML Schema?
 
  What will be an ideal response?
Title: JDBC-ODBC bridge drivers resolve inconsistencies between Java and C/C++ to allow Java access to ODBC ...
Post by: macybarnes on Jul 7, 2018
Answer to Question 1

TRUE

Answer to Question 2

An XML schema defines the structure and content of XML documents. It is similar to a DTD specification, but better because it extends the DTD specification. Further, an XML Schema is itself an XML Schema, so no other syntax is needed. Since you can evaluate an XML document against its schema, and since XML Schemas are XML documents, you can evaluate XML Schemas. Schemas consist of elements and attributes, and elements may be simple or complex. A good rule to follow is that elements should carry data and attributes should carry metadata.