XML and relational databases are tightly woven together in most web applications. Describe the two distinctly different models XML and relational databases use to structure data.?
What will be an ideal response?
The two use distinctly different models to structure data. The relational model used by relational databases is based on two-dimensional tables, which have no hierarchy and no significant order. By contrast, XML is based on hierarchical trees in which order is significant. In the relational model, neither hierarchy nor sequence may be used to model information. In XML, hierarchy and sequence are the main methods used to represent information. This is one of the more fundamental differences between the two models, but there are more.?On web pages, XML is very useful because the structure of XML closely matches the structure used to display the same information in HTML. Both HTML and XML use tags in similar ways, often creating distinctly hierarchical structures to present data to users. Most of the data for web pages comes from relational databases and it must be converted to appropriate XML hierarchies for use in web pages. For these reasons, it makes more sense to see XML as a tool that works in conjunction with databases, rather than as a competitor to them. Major databases support easy-to-use integration with XML.?
You might also like to view...
Discuss the difference between general and specific policies.
What will be an ideal response?
To find a synonym for a phrase, select the phrase, then right-click it to display the shortcut menu. Point to Synonyms, then click Thesaurus to open the _____ task pane.
A. Research B. Synonyms C. Review D. Thesaurus
What is the Watch Window? When would it be beneficial to have a Watch Window open?
What will be an ideal response?
When a program contains a global variable and a local variable with the same name, the global variable takes precedence when its function is called.
Answer the following statement true (T) or false (F)