Database replication is the frequent electronic copying of data from a database in one computer or server to a database in another -- so that all users share the same level of information.
The relational database environment has all of the following components except separate files.
A relational database is a set of formally described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.
A. A candidate key that consists of two or more attributes
B. Set of one or more attribute that can be used to uniquely identify the records in a table
C. The candidate key that is selected to uniquely identify each occurrence of an entity type
D. The minimal set of attribute that uniquely identifies each occurrence of an entity type
Explanation
In database design, a composite key is a candidate key that consists of two or more attributes (table columns) that together uniquely identify an entity occurrence (table row).
A compound key is a composite key for which each attribute that makes up the key is a simple (foreign) key in its own right.