Answers 100% Solved
The DBMS receives data update requests from the application program.
(T/F) - 🧠 ANSWER ✔✔TRUE
Metadata is the user data stored in the database. (T/F) - 🧠 ANSWER
✔✔FALSE
SQL stands for Structural Question Language. (T/F) - 🧠 ANSWER
✔✔FALSE
There is no reason for serious database developers to learn many aspects
of database processing technology because DBMS products like Microsoft
Access hide these aspects. (T/F) - 🧠 ANSWER ✔✔FALSE
,An advantage of keeping data in lists is that if you update a data value in
one row of data in a list, other occurrences of the same data item in other
rows will be automatically updated as well. (T/F) - 🧠 ANSWER ✔✔FALSE
Microsoft Access is a personal database system, and a personal database
system is characterized by ________.
the DBMS product being limited to a maximum of ten
tables in any given database
the database being stored inside the DBMS
the DBMS not supporting indexes
the DBMS removing the metadata from the database
the DBMS product taking the role of the DBMS and
the database application generator - 🧠 ANSWER ✔✔the DBMS product
taking the role of the DBMS and the database application generator
The creation of a database and its tables is a function of which component
of the database system?
A) Users
B) Application
,C) DBMS
D) Database
E) Web server - 🧠 ANSWER ✔✔DBMS
The Microsoft Access application generator is not responsible for
________. - 🧠 ANSWER ✔✔creating tables
Relational database tables are commonly combined, queried, and
processed using Structured Query Language (SQL).
(T/F) - 🧠 ANSWER ✔✔TRUE
Which of the following is a function of the database application in a
database system?
Maintain database structures
Backup and restore data
Create tables
Create and transmit queries
Update database data - 🧠 ANSWER ✔✔Create and Transmit Queries
COPYRIGHT©PROFFKERRYMARTIN 2025/2026. YEAR PUBLISHED 2025. COMPANY REGISTRATION NUMBER: 619652435. TERMS OF USE.
PRIVACY STATEMENT. ALL RIGHTS RESERVED
, A database may be used to help people with all of the following except
________. - 🧠 ANSWER ✔✔debug existing program code
Which of the following would not be an example of database metadata? - 🧠
ANSWER ✔✔Queries against records in the database tables
A database is a set of one or more computer programs that serves as an
intermediary between the users and the database management system
(DBMS).
(T/F) - 🧠 ANSWER ✔✔FALSE
Although users use database systems, they are not considered part of a
database system. (T/F) - 🧠 ANSWER ✔✔FALSE
Which of the following problems associated with storing data in a list is
avoided by storing data in a relational database?
A) CPU processing inefficiencies
B) Lack of necessary bandwidth
C) Running out of memory storage
D) Duplication of data items
E) Incorrect data typing - 🧠 ANSWER ✔✔DUPLICATE OF DATA ITEMS