







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A set of practice exam questions for ism 575, covering topics related to database management systems, data modeling, and database design. The questions are multiple-choice and test understanding of concepts such as nosql databases, data integrity, relational database management systems, entity-relationship diagrams, and database normalization.
Typology: Exams
1 / 13
This page cannot be seen from the preview
Don't miss anything!
__________ refers to a set of database technologies that are designed to address both structured and unstructured data that are potentially stored across various locations.
One disadvantage of file processing systems is __________.
Data processed in a way that increases a user's knowledge is __________.
A __________ is a centralized knowledge base for all data definitions, data relationships, screen and report formats, and other system components.
Which of the following is not an advantage of the database approach to information management?
Which of the following is a data quality tool that can be used to reduce the number of customers sent duplicate catalogs by an organization?
Which of the following is an integrated decision support database with content derived from various operational databases?
A rule that can NOT be violated by database users is called a(n) __________.
An associative entity is represented by a __________.
A property or characteristic of an entity type that is of interest to the organization is called a(n) __________.
An attribute that can be broken down into smaller parts is called a(n) __________ attribute.
An attribute that can be calculated from related attribute values is called a(n) __________ attribute.
Which of the following guidelines should be followed when selecting an identifier?
A collection of two or more attributes that uniquely identify an entity is called a(n) __________.
The number of entity types that participate in a relationship is called the __________ of the relationship.
A simultaneous relationship among the instances of three entity types is called a(n) __________ relationship.
The __________ rule specifies that an entity can be a member of only one subtype at a time.
An attribute of a supertype that determines the target subtype(s) is called the ________.
The __________ rule states that an entity instance can simultaneously be a member of two (or more) subtypes.
In a supertype/subtype hierarchy, each subtype has __________.
An entity cluster is __________.
A double line extending from an entity type to the circle below the entity type indicates that the __________ rule applies to a supertype/subtype relationship.
An attribute or attributes that uniquely identify each row in a relation is called a __________.
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a __________.
A __________ is a functional dependency in which one or more nonkey attributes are functionally dependent on part (but not all) of the primary key.
Which of the following is not a problem that can occur when integrating relations during the process of merging relations.
The primary key of the relation ORDER_LINE is the composite of Order_Number and Part_Number. The non-key attributes of the ORDER_LINE relation are Part_Description, Number_Ordered, and Quoted Price. The attribute Part_Description is functionally dependent on Part_Number. In what normal form in the ORDER_LINE relation?
The primary key of the relation PART is the attribute Part_Number. The non-key attributes of the PART relation are Part_Description, Units_On_Hand, Item_Class, Warehouse_Number, Warehouse_Name, and Unit_Price. The attribute Warehouse_Name is dependent on Warehouse_Number. In what normal form is the PART relation?
A coding scheme recognized by database management software for representing data is called a __________.
Which of the following should be an objective when selecting a data type?
__________ limits the set of permissible values a field may assume.
Which of the following is not a way of controlling data integrity?
The database table STUDENT has the fields Student_ID, Student_First_Name, Student_Middle_Name, Student_Last_Name, and Student_Date_of_Birth. The primary key of the table is Student_ID. The university registrar frequently creates reports listing students in alphabetical order by last name. An index created on the __________ field would be most likely to speed up the creation of these reports.
A __________ is the value that a field will assume unless a user enters an explicit value for an instance of that field.