Overview of database systems Flashcards
What does DBMS ?
Software or technology used to manage data from database.
What does Hierarchical database do ?
Follows the progression of data being categorised in ranks or levels, where in data is categorized by a common point of linkage.
What do DBMS do ?
Store, organise and access data
How the ranking in a Hierarchical database work ?
Two entities of data will be lower in rank, and the commonality would assume a higher rank.
What is the disadvantage of Hierarchical database ?
Not easily salable
Why is Hierarchical database not easily salable ?
because the addition of data elements requires lengthy traversal through the database.
What kind of records are allowed in Network Database?
Multiple parent and child records
Which database allow for more natural relationship between records and entities ?
Network Database
What form for relationships represents Network database ?
net-like form where a single element can point to multiple data elements and can itself be pointed to by multiple data elements.
What are the capabilities of Information in Object-Oriented database?
database is capable of being represented as an object which response as an instance of the database model.
What is Berkeley DB Software library ?
embedded database software library for key/value data
How is information in the Relational database connected ?
Every piece of information has a relationship with every other piece of information
In what database every value has a unique identity in a form of a record?
Relational database
What is Primary key
a unique identifier assigned to each record within a database table
How are rows in relational database linked?
every row of data in the database is linked with another row using a primary key
How are tables connected in relational database?
Every table is linked with another table using a foreign key
What is foreign key ?
column that refers to the primary key/unique key of another table).
Where and why are relational databases widely integrated ?
web app interfaces to serve as ideal repositories for user data