Ask DBMS Expert


Home >> DBMS

PART I

1. A(n) ____ enables a database administrator to define schema components.
A) extensible markup language (XML)
B) query language
C) data definition language (DDL)
D) unified modeling language (UML)

2. ____ defines(s) and describes the data and relationships between tables in the database.
A) Queries
B) Metadata
C) End-user data
D) Information

3. Which of the following is a characteristic of databases?
A) Many users can use the same database at the same time
B) Data redundancy control
C) Multiple data views. Each view contains only the data that a user/users group needs to access.
D) All of the above

Use the following to answer questions 4 - 5:

A database table consists of the following columns: employee's name, SS#, job-title, hiring-date, years-in-job, base-salary. A bonus calculation program, a personnel promotion application program, and a payroll application program all use this table. To implement a policy change in personnel promotion, the following column is added to the table: highest-college-degree. This new column is not used by the payroll program or by the bonus calculation program.

4. The following application program will be modified to accommodate the change to the database table:
A) The bonus calculation program
B) The payroll application program
C) The personnel promotion application program
D) All of the above

5. The ability to add the new column without requiring changes to all of the application programs strongly relates to the following feature of modern database systems:
A) Nonprocedural programming
B) Transaction processing
C) Data sharing
D) Data independence

6. Entity Relationship Diagrams are input to the following phase of Database Development:
A) Logical Database Design
B) Conceptual Data Modeling
C) Physical Database Design
D) Distributed Database Design

7. Which of the following is independent of the choice of a DBMS?
A) Entity Relationship Diagrams
B) Distribution Schema
C) Internal Schema
D) Index files

Use the following to answer questions 8 - 10:

In the table Employee, each row contains data about an employee. The primary key is Empno. The attribute Empdeptno is a foreign key referring to the department number (Deptno. of the table Department.

362_Figure.jpg

The combination of columns Prstno, Prstempno is a candidate key. There could be other candidate keys. Prstempno is the Empno in table Employee of the employee working on project number Prstno, which refers to Projno in the table Project. The meaning of Prstasgtno is left undefined.

8. Which of the following columns of the table Department is a foreign key?
A) Deptmgr
B) Deptname
C) Deptcity
D) Deptno

9. Which of the following columns is not a foreign key?
A) Prstno in table Projstaff
B) Projmgr in table Project
C) Projno in table Project
D) Prstempno in table Projstaff

10. If the combination Prstno, Prstempno is chosen as the primary key for table Projstaff, setting Prstno to null in some row would be:
A) A violation of the referential integrity rule
B) A violation of the entity integrity rule
C) A violation of the entity integrity rule and of the referential integrity rule
D) None of the above

Use the following to answer questions 11 - 13 (Disjoint and Partial completeness):

535_Figure1.jpg

11. Which of the following statements is true?
A) An md may be an administrator
B) An RN may be an administrator
C) An md may be an RN
D) An md may not be an administrator

12. Which of the following statements is true?
A) A staff may exist that is neither an RN, nor an administrator, nor an md
B) Every staff is either an RN, an administrator, or an md
C) A staff may exist that is an RN and an administrator
D) A staff may exist that is an administrator and an md

13. The number of administrators is:
A) Always the same as the number of departments
B) Smaller than or equal to the number of departments
C) Always smaller than the number of departments
D) Larger than or equal to the number of departments

14. In reviewing an ERD for consistency, the property of uniqueness applies to:
A) Entity type names
B) Attribute names within entity types and relationships
C) Attribute names in a subtype
D) All of the above

15. In the relational model, ____ are important because they are used to ensure that each row in a table is uniquely identifiable.
A) Relations
B) Indexes
C) Keys
D) Logical structures

16. When constructing an ERD from a problem narrative:
A) You can derive relationships but not cardinalities from the narrative
B) You can derive cardinalities but not relationships from the narrative
C) You can usually derive both relationships and cardinalities from the narrative, but sometimes they are incomplete
D) None of the above

17. Redundant relationships in a database design:
A) Can be derived from other relationships
B) Cannot be identified by reviewing the ERD
C) Should always be removed from the database design
D) None of the above

18. The ____ relationship should be rare in any relational database design.
A) M:N
B) 1:1
C) M:1
D) 1:M

19. Primary keys for entity types:
A) Can be automatically generated by a DBMS
B) Uniquely identify an instance
C) Values do not change over time
D) All of the above

20. Design documentation:
A) Should explain subtle design decisions
B) Should describe incompleteness and inconsistency in specification requirements
C) Should communicate the database design to other interested parties throughout the lifetime of the database
D) All of the above

21. A ____ occurs when you have one entity in two 1:M relationships to other entities, thus producing an association among the other entities that is not expressed in the model.
A) Surrogate primary keys
B) time-variant data
C) Fan trap
D) Design trap

22. Attributes may share a ____.
A) Name
B) Domain
C) Location
D) Column

23. When designing a database, you should ____.
A) Create table structures then normalize the database
B) Make sure entities are in normal form before table structures are created
C) Only normalize the database when performance problems occur
D) Consider more important issues such as performance before normalizing

24. The following step occurs first in the process of building an ERD: ____.
A) Develop the initial ERD.
B) Identify the business rules based on the description of operations.
C) Identify the attributes and primary keys that adequately describe the entities.
D) Create a detailed narrative of the organization's description of operations.

25. When the PK of one entity does not contain the PK of a related entity, the relationship is ____.
A) Weak
B) Strong
C) Neutral
D) Missing

This is a two part assignment for designing database and questions, Can you break the price up into part 1 and part two?

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M92013716
  • Price:- $50

Priced at Now at $50, Verified Solution

Have any Question?


Related Questions in DBMS

Data mining assignment -in this assignment you are asked to

Data Mining Assignment - In this assignment you are asked to explore the use of neural networks for classification and numeric prediction. You are also asked to carry out a data mining investigation on a real-world data ...

Sql query assignment -for this assignment you are to write

SQL Query Assignment - For this assignment you are to write your answers in a word document. This assignment is in three parts: Part A (reporting queries), Part B (query performance), Part C (query design). For this assi ...

The groceries datasetimagine 10000 receipts sitting on your

The groceries Dataset Imagine 10000 receipts sitting on your table. Each receipt represents a transaction with items that were purchased. The receipt is a representation of stuff that went into a customer's basket. That ...

You are in a real estate business renting apartments to

You are in a real estate business renting apartments to customers. Your job is to define an appropriate schema using SQL DDL in MySQL. The relations are Property(Id, Address, NumberOfUnits), Unit(ApartmentNumber, Propert ...

Objectivethe objective of this lab is to be familiar with a

OBJECTIVE: The objective of this lab is to be familiar with a process in big data modeling. You're required to produce three big data models using the MS PowerPoint software. This tool is available on UMUC Virtual Deskto ...

The relation memberstudentid organizationid roleid stores

The relation Member(StudentId, OrganizationId, RoleId) stores the membership information of student joining organization. For example, ('S1', 'O2', 'R3') indicates that student with Id 'S1' joined the organization with i ...

Relational database exerciseyou have been assigned to a new

Relational Database Exercise: You have been assigned to a new development team. A client is requesting a relational database system to manage their present store with the anticipation of adding more stores in the future. ...

Relational database design a given the following business

Relational Database Design A) Given the following business rules, identify entity types, attributes (at least two attributes for each entity, including the primary key) and relationships, and then draw an Entity-Relation ...

We can represent a data set as a collection of object nodes

We can represent a data set as a collection of object nodes and a collection of attribute nodes, where there is a link between each object and each attribute, and where the weight of that link is the value of the object ...

Data model development and implementationpurpose of the

Data model development and implementation Purpose of the assessment (with ULO Mapping) The purpose of this assignment is to develop data models and map Database System into a standard development environment to gain unde ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As