Podcast
Questions and Answers
Data retrieval languages aim at retrieving all objects which satisfy clearly defined ______.
Data retrieval languages aim at retrieving all objects which satisfy clearly defined ______.
conditions
A database system typically stores ______ data in a computer system.
A database system typically stores ______ data in a computer system.
related
The primary goal of a DBMS is to provide an environment that is both ______ and efficient to use.
The primary goal of a DBMS is to provide an environment that is both ______ and efficient to use.
convenient
The primary objectives of a DBMS include ______, reliability, and multiple users.
The primary objectives of a DBMS include ______, reliability, and multiple users.
A sequence database of annotated bacterial isolates is beneficial for a lab to maintain its own ______ genetic data.
A sequence database of annotated bacterial isolates is beneficial for a lab to maintain its own ______ genetic data.
A DBMS consists of ______ data and a set of programs to access those data.
A DBMS consists of ______ data and a set of programs to access those data.
Using a custom database allows researchers to ______ the quality of genetic data through fine-tuning parameters.
Using a custom database allows researchers to ______ the quality of genetic data through fine-tuning parameters.
The computing environment Odin is a ______ server that provides a consistent computing environment.
The computing environment Odin is a ______ server that provides a consistent computing environment.
One of the objectives of a DBMS is the ______ of IP.
One of the objectives of a DBMS is the ______ of IP.
Cloud computing allows users to access multiple ______ over the internet.
Cloud computing allows users to access multiple ______ over the internet.
A large amount of data is preferred in computational biology because it supports more ______ statistics.
A large amount of data is preferred in computational biology because it supports more ______ statistics.
Biocuration is a process that involves the annotation and management of ______ data.
Biocuration is a process that involves the annotation and management of ______ data.
The physical level of abstraction describes how the data are ______ stored.
The physical level of abstraction describes how the data are ______ stored.
The logical level of abstraction describes what data are ______ in the database.
The logical level of abstraction describes what data are ______ in the database.
The view level of abstraction exists to ______ users' interaction with the system.
The view level of abstraction exists to ______ users' interaction with the system.
Database administrators, who must decide what information to ______ in the database, use the logical level of abstraction.
Database administrators, who must decide what information to ______ in the database, use the logical level of abstraction.
The ______ schema is by far the most important and were changed infrequently.
The ______ schema is by far the most important and were changed infrequently.
A database ______ is the collection of information stored in the database at a particular moment.
A database ______ is the collection of information stored in the database at a particular moment.
Database schema refers to the overall design of the database ______.
Database schema refers to the overall design of the database ______.
Data-definition language (DDL) is used to specify what the ______ look like.
Data-definition language (DDL) is used to specify what the ______ look like.
Data-manipulation language (DML) enables users to ______ or manipulate the stored data.
Data-manipulation language (DML) enables users to ______ or manipulate the stored data.
Data manipulation involves ______, insertion, deletion, and modification of information.
Data manipulation involves ______, insertion, deletion, and modification of information.
Domain constraints ensure that each attribute has a ______ of possible values.
Domain constraints ensure that each attribute has a ______ of possible values.
Declaring an attribute to be of a particular domain acts as a ______ on the values it can take.
Declaring an attribute to be of a particular domain acts as a ______ on the values it can take.
The database system must therefore perform ______ recovery which means it must detect system failures and restore the database to the state that existed prior to the occurrence of the failure.
The database system must therefore perform ______ recovery which means it must detect system failures and restore the database to the state that existed prior to the occurrence of the failure.
It is the responsibility of the ______ manager to control the interaction among the concurrent transactions, to ensure the consistency of the database.
It is the responsibility of the ______ manager to control the interaction among the concurrent transactions, to ensure the consistency of the database.
Either all operations of the transaction are properly reflected in the database or ______ are.
Either all operations of the transaction are properly reflected in the database or ______ are.
Although multiple transactions may execute concurrently, each transaction must be unaware of other concurrently executing ______.
Although multiple transactions may execute concurrently, each transaction must be unaware of other concurrently executing ______.
After a transaction completes successfully, the changes it has made to the database persist, even if there are ______ failures.
After a transaction completes successfully, the changes it has made to the database persist, even if there are ______ failures.
To scale up to even larger data volumes and even higher processing speeds, parallel databases are designed to run on a ______ consisting of multiple machines.
To scale up to even larger data volumes and even higher processing speeds, parallel databases are designed to run on a ______ consisting of multiple machines.