- _ minimizes the number of disk reads necessary to retrieve a row of data. Row-centric storage
- __ can render data useless to unauthorized users who might have violated some of the database security layers Data encryption
- A _____ entity has a primary key that is partially or totally derived from the parent entity in the relationship. Weak
- A derived attribute is ___ an attribute whose value is calculated from other attributes
- A multivalued attribute is _____. an attribute that can have many values.
- A single-valued attribute _____. may be a composite attribute because it can be subdivided into several parts.
is not necessarily a simple attribute.
is an attribute that can have only a single value.
All the above - A(n) _____ specifically reserves access to the transaction that locked the object exclusive lock
- Advanced OLAP feature become more useful when access to them is kept simple. True
- An atomic attribute _____. cannot be further subdivided
- An operational database is sometimes referred to as an enterprise database False
- Automatic query optimization means that the: DBMS finds the most cost-effective access path without user intervention.
- Building an ERD involves the following activities except Identifying all entities and relationships from the business rules.
- business rules are their relationships are bidirectional
- Business rules set the stage for the proper identification of entities, attributes, relationships and constraints
- Centralized design is _____. suitable in a top-down approach when the problem domain is relatively small, as in a single unit or department in an organization
- Each row in the relational table is known as an entity occurrence
- Flume is a tool for converting data back and forth between a relational database and the HDFS. False
- Fully equivalent means that the optimized query results are always the same as the original query True
- Identify the three steps of physical design. Storage, Security, Performance
- In the relational model, _____ are important because they are used to ensure that each row in a table is uniquely identifiable. Keys
- In the single-site processing, single-site data (SPSD) scenario, all processing must be done on the end user’s side of the system. False
- Inherent problems of M:N relationships cannot be avoided by creating? Transient entity
- MySQL allows multiple triggering conditions per trigger. False
- The _____ component of a CASE tool produces the information system’s input/output formats screen painter and report generator
- The database contents might be loaded interactively or in batch mode using a variety of methods and devices including customized user programs. True
- The feasibility study must address all of the following except ___ the company situation
- The primary objective in creating database design is to _____. create complete, normalized, nonredundant, and fully integrated conceptual, logical, and physical database models
- The reliance on _____ as the design methodology for relational databases is seen as a stumbling block to its use in OLAP systems. Normalization
- The scheduler establishes the order in which the operations within concurrent transactions are executed. True
- The storage locations for multiple backups must include sites inside and outside the organization. True
- transparency exists when the end user or programmer must specify the database fragment names but does not need to specify where these fragments are located. Location
- What are the components of database systems? Hardware, software, people, procedures, data
- What are the System Development Life Cycle phases? Planning, Analysis, Design, Implementation, and Maintenance
- What does Big Data refer to A movement to find new and better ways to manage large amounts of web- and sensor-generated data and derive business insight from it, while simultaneously providing high performance and scalability at a reasonable cost.
- What is the most important advantage of relational database management systems? The ability to hide the complexities of the relational model from the user.
- What is the result of redundant data in the database? Data anomalies that lead to data inconsistency
- Which of the following is a fundamental component of data modeling Constraint
- Which of the following is a rare occurrence of a relationship degree? Four-degree relationship
- Which of the following is a specialization hierarchy overlapping constraint scenario in case of partial completeness? Supertype has optional subtypes.
- Which of the following is a valid business rule? An invoice may have many items.
A customer may generate many invoices.
A customer must reside in USA.
All of the above!!!!!!! - Which of the following is an advantage of DBMS Data consistency
Data security
Data retrieval
ALL of these!! - Which of the following is known as a relation? Table
- Which of the following is not a characteristic of a relational table? All values in a column may have different data format.
- Which of the following is not a desirable characteristic of a primary key? Intelligent
- Which of the following is not a disadvantage of database systems? Infrequent upgrades
- Which of the following is not a function of DBMS? Performance tuning
- Which of the following is not a true statement about entities? An entity is an object of interest to the end designer
- Which of the following is not a true statement? The real test of redundancy is how many copies of a given attribute are stored
- Which of the following is not a true statement? A database that is designed primarily to support a company’s day-to-day operations is classified as an analytical database.
- Which of the following is not a true statement? Data is the foundation of facts, which is the bedrock of information and knowledge
- Which of the following is not a valid Codd’s Relational Database rule? Any view is theoretically updatable
- Which of the following is not a valid component of the Object-Oriented Data Model? Relation
- Which of the following is not a valid connectivity statement? A CUSTOMER gender is MALE or FEMALE
- Which of the following is not a valid key term in a relational model? Integrity key
- Which of the following is not a valid relational set operator? ADD operator
- Which of the following is not used for Big Data technology? SQL
- Which of the following is true of a web application server? provides security and authentication of users through user IDs and passwords.
- Which of the following is true of business rules? They can serve as a communication tool between the users and designers
- Which of the following lists problems with file system data processing? Development complexity, administration complexity, and lack of security
- Which of the following statements best defines a record? A record is a set of related fields.
- Which of the following statements best defines a recursive entity? A recursive relationship is one in which a relationship can exist between occurrences of the same entity set
- Which of the following statements best defines an index? An index is an orderly arrangement used to logically access rows in a table.
- Which of the following statements best defines cardinality? Cardinality expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
- Which of the following statements best defines data dictionary The data dictionary provides a detailed description of all tables in the database created by the user and designer.
- Which of the following statements best defines entity integrity purpose? Each row will have a unique identity, and foreign key values can properly reference primary key values.
- Which of the following statements best defines functional dependence? The value of one or more attributes determines the value of one or more other attributes.
- Which of the following statements best defines optional attribute? An optional attribute is an attribute that does not require a value and can be left empty
- Which of the following statements best defines surrogate keys? A surrogate key is a system-assigned primary key, generally numeric and auto-incremented.
- Which of the following statements describes fan traps in ERD design A fan trap occurs when there is one entity in two 1:M relationships to other entities.
- Which of the following statements describes specialization and generalization? Specialization is the top-down process of identifying lower-level, more specific entity subtypes from a higher-level entity supertype. Generalization is the bottom-up process of identifying a higher-level, more generic entity supertype from lower-level entity subtypes.
- Which of the following statements does not describe entity clustering? An entity cluster is a permanent entity used to represent multiple entities and relationships, with the purpose of simplifying the ERD and thus enhancing its readability.
- Which of the following statements is not true about entity supertypes and subtypes The entity subtypes contain common characteristics.
- Which of the following statements is true about completeness constraint? The completeness constraint specifies whether each entity supertype occurrence must also be a member of at least one subtype.
- Which of the following statements is true about inheritance? Inheriting the relationships of their supertypes means that subtypes cannot have relationships of their own.
- Which of the following statements is true? DBMS is a set of processes that manages and control access to data stored in the database.
- Which query is used to list a unique value for V_CODE, where the list will produce only a list of those values that are different from one another? SELECT ONLY V_CODE
FROM PRODUCT; - Which statement describes a feature of Oracle sequences Dropping a sequence does not delete values assigned to table attributes; it deletes only the sequence object from the database
- Why is identifying and documenting business rules essential to database design? It helps to standardize the company’s view of data
Other Links:
See other websites for quiz:
Check on QUIZLET
