Essay On Database – Flashcards

Unlock all answers in this set

Unlock answers
question
What is the component of a DBMS that is responsible for storing, retrieving, and updating data?
answer
Database Engine
question
The logical representation of an organization's data is called a(n):
answer
Entity-relationship model
question
A(n) _____ is the relationship between a weak entity type and its owner.
answer
identify relationship
question
The common types of entitites are
answer
strong, associative, weak entities.
question
An entity type whose existence depends on another entity type is called a ___ entity.
answer
weak
question
Which of the following is an entity type on which a strong entity depends?
answer
Attribute
question
In an E-R diagram, there are ____ business rule(s) for every relationship.
answer
two
question
Customers, cars, and parts are examples of
answer
entities
question
A person's name, birthday, and social security number are all examples of:
answer
attributes
question
A business rule:
answer
defines or constrains some aspect of the business. asserts business structure. controls or influences the behavior of the business.
question
An attribute that can be broken down into smaller parts is called a(n) ____ attribute
answer
composite
question
An attribute that must have a value for every entity (or relationship) instance is a(n):
answer
required attribute
question
An entity type name should be all of the following EXCEPT:
answer
as short as possible.
question
A property or characteristic of an entity type that is of interest to the organization is called a(n):
answer
attribute
question
An attribute that uniquely identifies an entity and consists of a composite attribute is called a(n)
answer
composite identifier
question
The following figure shows an example of:
answer
a composite attribute.
question
An entity that associates the instances of one or more entity types and contains attributes specific to the relationships is called a(n):
answer
associative entity
question
A ______ specifies the number of instances of one entity that can be associated with each instance of another entity.
answer
cardinality constraint
question
A simultaneous relationship among the instances of three entity types is called a(n) ____ relationship
answer
ternary
question
in the figure shown below, which of the following is true ?
answer
A person can marry at most one person
question
In the following diagram, what type of relationship is depicted ?
answer
Ternary
question
A relationship is where the minimum and maximum cardinality are both one is a(n) ____
answer
mandatory one
question
For the relationship represented in the figure below, which of the following is true?
answer
A department can have more than one employee.
question
In the following diagram, which answer is true?
answer
Each employee can supervise one to many employees.
question
In the figure shown below, which of the following business rules would apply?
answer
Each vendor can supply many parts to any number of warehouses, but need not supply any parts
question
Because applications are often developed independently in file processing systems:
answer
unplanned duplicate data files are the rule rather than the exception.
question
One disadvantage of file processing systems is:
answer
limited data sharing.
question
28) Which of the following types of data can be stored in a database?
answer
A) Voice B) Letters C) Numbers
question
A database is an organized collection of _____ related data
answer
logically
question
In the following diagram, which of the answers below is true?
answer
Both A and C
question
31) A graphical system used to capture the nature and relationships among data is called a(n):
answer
data model.
question
A person, place, an object , an event or concept about which the organization wishes to maintain data is called a(n):
answer
entity
question
A user view is:
answer
a logical description of some portion of the database.
question
The traditional methodology used to develop, maintain and replace information systems is called the:
answer
Systems Development Life Cycle.
question
Which of the following is NOT an advantage of database systems?
answer
Redundant data
question
A rule that CANNOT be violated by database users is called a:
answer
constraint
question
The SDLC phase in which every data attribute is defined, every category of data is listed and every business relationship between data entities is defined is called the ___ phase.
answer
analysis
question
The SDLC phase in which database processing programs are created is the ___ phase
answer
implementation
question
Which of the following are properties of relations?
answer
A) Each attribute has a unique name. B) No two rows in a relation are identical. C) There are no multivalued attributes in a relation.
question
40) The SDLC phase in which the detailed conceptual data model is created is the ___ phase.
answer
analysis
question
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a:
answer
foreign key
question
A form of database specification that indicates all the parameters for data storage that are then input to database implementation is:
answer
phyical
question
A rule that states that each foreign key value must match a primary key value in the other relation is called the:
answer
key match rule.
question
In the SQL language, the _____ statement is used to make table definitions.
answer
create table
question
A join in which rows that do not have matching values in common columns are still included in the result table is called a(n): .
answer
outer join
question
The outer join syntax does not apply easily to a join condition of more than tables.
answer
Two
question
A join that is based upon equality between values in two common columns with the same name and where one duplicate column has been removed is called a(n):
answer
Natural Join
question
____ takes a value of true if a subquery returns an intermediate results table which contains one or more rows.
answer
EXISTS
question
49) A functional dependency between two or more nonkey attributes is called a:
answer
transitive dependency.
question
50) What does the following SQL command do? insert into Customer_T values (001,7ohn Smith','231 West StrBoston','MAI;021151);
answer
Adds a new record to the Customer_T
question
Designing physical files requires ________ of where and when data are used in various ways.
answer
descriptions
question
In which type of file is multiple key retrieval not possible?
answer
Hashed
question
Which of the following is a component of processing logic?
answer
Business Rules
question
All of the following are common denormalization opportunities EXCEPT:
answer
a one-to-many relationship.
question
A domain definition consists of the following components EXCEPT:
answer
integrity constraints.
question
Database access frequencies are estimated from
answer
transaction volumes.
question
A disadvantage of partitioning is:
answer
extra space and update time.
question
A requirement to begin designing physical files and databases is:
answer
A) technology descriptions. B) normalized relations. C) definitions of each attribute.
question
An index on columns from two or more tables that come from the same domain of values is called a:
answer
join index
question
In most cases the goal of ________ dominates the design process.
answer
efficient data processing
question
Which type of file is most efficient with storage space?
answer
Sequential
question
A method to allow adjacent secondary memory space to contain rows from several tables is called:
answer
clustering
question
________ partitioning distributes the columns of a table into several separate physical records.
answer
Vertical
question
Which of the following anomalies result from a transitive dependency?
answer
A) Deletion B) Insertion C) Modification
question
The storage format for each attribute from the logical data model is chosen to maximize ________ and minimize storage space.
answer
data integrity
question
All of the following are objectives when selecting a data type EXCEPT:
answer
use a lot of storage space.
question
When all multivalued attributes have been removed from a relation, it is said to be in:
answer
first normal form.
question
A detailed coding scheme recognized by system software for representing organizational data is called a(n):
answer
data type
question
A join operation:
answer
causes two tables with a common domain to be combined into a single table or view.
question
A relation that contains no multivalued attributes and has nonkey attributes solely dependent on the primary key but contains transitive dependencies is in which normal form?
answer
Second
question
Which type of file is easiest to update?
answer
Hashed
question
In which data model would a code table appear?
answer
Physical
question
A rule of thumb for choosing indexes is to:
answer
A) use an index when there is variety in attribute values. B) be careful indexing attributes that may be null. C) index each primary key of each table.
question
The smallest unit of application data recognized by system software is a:
answer
field
question
A(n) ________ is a routine that converts a primary key value into a relative record number.
answer
hashing algorithm
question
Another form of denormalization where the same data are stored in multiple places in the database is called:
answer
data replication
question
The normal form which removes any remaining functional dependencies because there was more than one primary key for the same nonkeys is called:
answer
Boyce-Codd normal form.
question
One field or combination of fields for which more than one record may have the same combination of values is called a(n):
answer
secondary key
question
A file organization that uses hashing to map a key into a location in an index where there is a pointer to the actual data record matching the hash key is called a:
answer
hash index table.
question
An advantage of partitioning is:
answer
efficiency.
question
A constraint between two attributes is called a(n):
answer
functional dependency.
question
A(n) ________ is a technique for physically arranging the records of a file on secondary storage devices.
answer
file organization
question
Distributing the rows of data into separate files is called:
answer
horizontal partitioning.
question
The outer join syntax does not apply easily to a join condition of more than ________ tables.
answer
two
question
All of the following are horizontal partitioning methods in Oracle EXCEPT:
answer
multivalued partitioning.
question
Denormalization is the process of transforming relations with variable-length fields into those with fixed-length fields.
answer
F
question
Keeping the zip code with the city and state in a table is a typical form of denormalization.
answer
T
question
A join index is a combination of two or more indexes.
answer
F
question
One decision in the physical design process is selecting structures.
answer
T
question
Horizontal partitioning refers to the process of combining several smaller relations into a larger table.
answer
F
question
A hashing algorithm is a routine that converts a primary key value into a relative record number.
answer
T
question
Denormalization almost always leads to more storage space for raw data.
answer
T
question
The smallest unit of named application data is a record.
answer
F
question
The logical database design always forms the best foundation for grouping attributes in the physical design.
answer
F
question
Efficient database structures will be beneficial only if queries and the underlying database 45) management system are tuned to properly use the structures.
answer
T
question
In a sequential file, the records are stored in sequence according to primary key.
answer
T
question
A default value is the value that a field will always assume, regardless of what the user enters for an instance of that field.
answer
F
question
A tablespace is a named set of disk storage elements in which physical files for the database tables may be stored.
answer
T
question
Requirements for response time, data security, backup and recovery are all requirements for physical design.
answer
T
question
Fast data retrieval is one factor to consider when choosing a file organization for a particular 50) database file.
answer
T
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New