Homework C 15 Flashcards
XML
Extensible Markup Language
SQL
Structured Query Language
QBE
Query by Example
____ is information describing other information.
metadata
___ is a tagging scheme which has no standard tags.
XML
The first and thus fully enclosing tag in an XML document is called the ___.
Root element
The ___ rule says we should label data with tags consistently.
identification
The ___ rule says to enclose in a pair of tags all tagged data referring to the same entity.
affinity
The ___ rule says that when you have several instances of the same kind of data, enclose them in tags as well.
collection
An ___ is anything that can be identified by a fixed number of its characteristics or attributes.
entity
A(n) ____ database uses tables to organize information and describes relationships among the different kinds of data.
relational
In relational databases, a(n) ___ or field is a “column of a table.”
attribute
Attributes not only have a name but an associated ____ ____ (2 words) such as number, text or image.
data type
Another name for a database row is a record or a ____.
tuple
A(n) ___ is a collection of table definitions that give the name of the table, list of the attributes and their data types, and identifies the primary key.
schema