Databases Hw Flashcards
In contrast to computerized systems, traditional file management systems can create issues with ______.
organization, repetition, and lack of consistency
Database management system (DBMS) make it easier to secure data and information because they ______.
allow for the creation of access constraints
A database management system (DBMS) is a computer program that is used to ______.
help organize the data found in a database
Data integrity is increased when ______.
data are centralized
Which of the following are examples of data objects that a relational database management system (RDBMS) may include? More than one answer may be correct.
Names of customers and records of when the merchandise was returned
Addresses of the company’s wholesalers and the number of items in a company’s inventory
Which statement best explains why traditional file systems have certain issues?
Each file is independent of another file in a traditional system.
For the past 10 years, a restaurant has been running a customer loyalty program, rewarding customers with discounts and treats. Records of these rewards have been kept in odd notes and multiple spreadsheets used in different ways by various employees who have come and gone over the years. Because of this, some customers are not getting their rewards, while others are receiving rewards they have not earned. Overall, the restaurant is losing money and business with this program. How can a database management system (DBMS) help with this problem?
A DBMS will help the owners manage the data they already have to run their customer loyalty program more efficiently.
Which statement explains the difference between a database and a database management system (DBMS)?
A DBMS is a software program designed to organize and administer databases.
Which statement most accurately describes the value of data integrity to an organization?
Databases and database management system (DBMS) with a high level of data integrity enable more efficient data maintenance in support of organizational goals.
A mid-sized independent hardware store has recently merged with a large national chain. The local owners have long used a reliable database to manage inventory. Their database has been essential in balancing orders for seasonal merchandise with the problem of limited shelf space. The merger will soon entail managing many more types of data, as the national chain has approved lists of suppliers, precise requirements for recording transactions, specific human resources procedures, and more. Which statement best summarizes what the local managers will be able to do for the first time when they start using the parent company’s database management system (DBMS)?
The managers will be able to create, edit, and store data in a secure manner across all data types required by the parent company.
A relational database management system (RDBMS) is a type of DBMS whose primary function is to ______.
show how data are connected through relationships
The primary characteristic of a relational database is that it ______.
stores and allows access to data objects that are related to one another
In a relational database, such as Microsoft Access, a collection of related fields in a data file is called a
record
When you need to link two tables in a database that do not have a field in common, one solution is to create a ___.
foreign key
Which of the following statements describe the capabilities of relational database management system (RDBMS)?
RDBMS allow users to view, add, revise, and remove data.
RDBMS have features that support the quality and security of data.
Which statement explains the difference between a database and a database management system (DBMS)?
A DBMS is a software program designed to organize and administer databases.
Which of the following sets of characteristics specifically apply to relational databases?
Data tables in a relational database are linked by the fields they have in common.
A relational database organizes data in tables composed of records or objects (the rows), and fields (the columns).
This is a screenshot of a portion of a datasheet.
Where could you click to switch to the Design view?
View
A link between tables in a relational database that defines how the data are related is called a _____.
relationship
In a relational database, a common field that links two tables in a relationship but is not a primary key is called a
key.
foreign
Referential integrity states that structural relationships in relational databases must ______.
be consistent: a foreign key field that references a primary key field must agree with that primary key
What is the purpose of an SQL statement?
Answer questions about the database
A database provides the capability of conducting searches or asking questions. A question or search for information in a database is called a
query
A query is a request for information stored in a database. One of the benefits of using a database to store information is the ability to run a query. In relational database management systems (RDBMS), there are a variety of query tools that are used to execute and run queries. Which of the following are tools used to run queries in an RDBMS? More than one answer may be correct.
SQL specific queries
Crosstab queries
Action queries
In the relationship shown in the image, the Owners table is linked to the Pets table by a one-to-many relationship. This means that each entry in the OwnerID field can be linked to many ___.
Pets
Which of the following statements correctly describes referential integrity?
Referential integrity applies to data quality within the structure of a relational database.
For referential integrity to exist, data on both sides of the table relationship must be present.
Which of the following is a task that an SQL statement would be expected to perform?
Retrieve data
To search a database for information, create a ___.
query
To control how information is entered into a database, programmers and database administrators create ___ to help ensure data integrity.
forms
Relational database management systems (RDBMS) have a variety of tools that can be used to execute/run queries. One of these query tools is the ability to execute/run action queries. Which of the following are common types of action queries?
Append query
Update query
Delete query
How is information artfully extracted from a database?
Forms allow data to go into a database, ___ displays information coming out of a database.
reports
From the following list, select all of the examples of a relationship that an entity-relationship diagram (ERD) could be used to describe.
Products a customer has ordered
The courses a student is taking
The employees who report to a specific manager in an organizational chart