Assignment Chapter 1
Assignment Chapter 1
Student Name:
Group:
Submit to: Mr. Sun Sophorn
Deadline: __/__/__
I. Review Questions
1. What is redundancy? What problems are associated with redundancy?
2. Besides redundancy, what other problems are associated with the nondatabase approach
to processing data?
3. What is an entity? An attribute?
4. What is Primary Key, Candidate Key and Foreign Key?
5. What is a relationship? What are one-to-many, one-to-one and many-to many
relationships?
6. What is a database?
7. How do you create a one-to-many relationship in a database system?
8. What is an E-R diagram?
9. What is a DBMS?
10. What is database design?
11. What is a form?
12. How is it possible to get more information from the same amount of data by using a
database approach as opposed to a nondatabase approach?
13. What is meant by the sharing of data?
14. What is a DBA? What kinds of responsibilities does a DBA have in a database
environment?
15. How does consistency result from controlling redundancy?
16. What is an integrity constraint? When does a database have integrity?
17. What is security? How does a DBMS provide security?
18. What is data independence? Why is it desirable?
19. How is file size a disadvantage in a database environment?
20. How can the complexity of a DBMS be a disadvantage?
21. Why can a failure in a database environment be more serious than an error in a
nondatabase environment?
22. Why might recovery of data be more difficult in a database environment?
fb.me/SophornDS 1
5. List the name of each customer that placed an order for two different parts in the same
order.
6. List the name of each customer that has a credit limit of $5,000 and is represented by
Richard Hull.
7. Find the sum of the balances for all customers represented by Juan Perez.
8. For each order, list the order number, order date, customer number, and customer name.
9. For each order placed on October 21, 2013, list the order number, order date, customer
number, and customer name.
10. For each order placed on October 20, 2013, list the order number and customer name,
along with the name of the rep who represents the customer.
fb.me/SophornDS 2