Non Relational Data Flashcards
1
Q
CSV
A
comma separated values. Data places commas beween each dield. This alleviates the issue of a data value that is longer than the fixed width issue. However the data is not human readable and is error prone
2
Q
XML
A
semistructured data format. Not as structured as relational data. XML can be used to exchange data and has the capability of human readable content with tags.
SML = eXtensible Markup Language
- Usefull for document validation
-XML schemas for validation
-Supports metadata
3
Q
A