|
|
For an example of the virtues of semi-structured data, consider the following document: <game> <name> <american>Soccar</american> <british>Football</british> </name> </game> <game> <name>Basketball</name> </game> ... This is superior to unstructured representations because:
It is superior to structured representations because:
Given these advantages, researchers in the database community have been working to develop specialized databases that are optimized for storing and querying semi-structured data... Please move on to XML Database engines. |
Last updated: May 01, 2002. |