Case Study And Rest Flashcards
An blank, sometimes called an in-process database, is a database that is packaged with a programming language.
An embedded database
An embedded database and application program execute together in a blank. Embedded databases are used in single-user applications that require no database administration, such as applications designed for mobile devices.
Single software process
A software process containing an embedded database runs on a single hardware tier but is often part of a blank
complex multi-tier system.
Blank is the dominant embedded relational database. It is an open source relational database and supports all major programming languages.
SQLite
An embedded database is not the same as embedded SQL. Embedded database is a blank, while embedded SQL, described elsewhere in this material, is a database programming technique.
database architecture
A blank is a collection of two or more participating databases underneath a coordinating software layer.
A federated database
The participating databases in a federated database are blank and blank
autonomous and heterogeneous:
An blank operates independently of other participating databases. It is administered and can be queried as if the database were not part of a federated database.
An autonomous database
The full relationship name Entity-RelatesTo-Entity is read blank, around the center of the relationship line
Clockwise
Blank cardinality is depicted with crow’s foot notation.
Relationship
How are zero, one, and many cardinality depicted in relationship lines?
Zero is depicted as a circle.
One is depicted as a vertical bar.
Many is depicted as three short lines.
Attributes are presumed blank, blank, and blank
singular, optional, and not unique.
When an attribute is plural, required, or unique, one or more letters follow the attribute name. Name them.
P — plural attribute
R — required attribute
U — unique attribute
When a composite attribute is unique, the component attributes are blank prior to the U.
Grouped with a bracket
Tables are depicted with blank
Square corners