With All Correct Solved Answers
A(n) ________ is a self-describing collection of integrated records. - Answer- Database
Which of the following is the smallest data element in a database? - Answer- Byte
The columns in a database are called ________. - Answer- fields
The rows in a database are called ________. - Answer- records
The tables that appear in a database are known as ________. - Answer- Files
Which of the following data elements is placed higher than records in the data
hierarchy? - Answer- File
A primary key used in a database is a ________. - Answer- column or group of columns
that identifies a unique row in a table
Albert creates a relational database to store employee performance statistics. He stores
each employee's data in independent rows and creates a column named "Employee
Number" to assign unique numbers to each employee. This column is referred to as
a(n) ________. - Answer- primary key
Columns that belong to a different table than the one in which they reside are called
________. - Answer- foreign keys
Relational databases represent relationships using ________. - Answer- foreign keys
Metadata are ________. - Answer- data that describe data
A(n) ________ is a program used to create, process, and administer a database. -
Answer- DBMS
Which of the following is an example of a database management system? - Answer-
Access
From among the following, identify the open source DBMS product. - Answer- MySQL
Which of the following is a valid observation of MySQL? - Answer- It is license-free for
most applications.
When you modify or delete data present in a database, you are ________. - Answer-
processing the database