Question

Please do not delete the questions. 1. What is the purpose of a database? 2. What...

Please do not delete the questions.

1. What is the purpose of a database?

2. What is the reason to use a database over a spreadsheet?

3. Based on the previous answers (#1 & #2), there is a simple rule of thumb.

A spread sheet is used when there is _________________________.

A database is used when there are _________________________.

4. Please answer followings.

a) A group of 8 bits is called a ____________ (from Chapter 4).

b) The answers of a) are grouped into _Columns_ or _Fields___ (answers provided for this question).

c) The answers of b) are grouped into _____________ or ______________.

d) The answers of c) are grouped into _____________ or ______________.

5. Database is not just collection of tables. Then, what is a database?

6. The most commonly used database is called a relational database (there are different types of databases such as hierarchical databases and object-oriented databases; however, we will not cover those databases in this class). The database that you are studying in this class is also a relational database. Why do we call this database a relational database?

7. What is a primary key?

8. The following table shows a part of a database. What is a primary key in the following table and why? Your answer must also have an explanation on why the other column or columns cannot be a primary key, if there is no explanation, you will not receive any points.

StudentID

FirstName

LastName

Major

287530023

Emily

Jackson

Marketing

287529983

Sean

King

Accounting

287422421

Abigail

Smith

Management

9. What is a foreign key? (Note: a foreign key is used to link tables together)

10. What is metadata?

11. What is a DBMS?

12. What is the language that is used to process a database (Note: international standard language)? Please provide its full name.

13. Please fill in the blank.

Types

Product

Vendor

Enterprise DBMS

DB2

Open source

14. List the DBMS administrative functions.

15. What is a database application?

16. What is a data model?

17. Which tool is the most commonly used for constructing a data model?

18. What is an entity?

19. What problem do you see with the following entity? (hint: please read the entity part carefully)

   Customers

Mina Park: This is a simple explanation regarding relationships (the question will start from #28), so please read this part carefully. There are three different types of relationships (in maximum cardinality for the relationship, do not worry about minimum cardinality for this assignment; I want you to read and know about minimum cardinality though); 1:1 (one-to-one), 1:N (one-to-many), and N:M (many-to-many). The example of a 1:1 relationship is students and parking decals at Southern Connecticut State University. One student has only one parking decal, and one parking decal belongs to only one student. This is true under the assumption that SCSU issues one parking decal to one student, a university that allows more than one parking decal per student may exist. Again, it is really important that we specify the assumption when you come up with your diagram. This is also very important in cases in real industry, since every company or organization has different rules/processes.

No single diagram fits all situations. Therefore, please make sure that you explain your assumptions with your diagram answers.

For questions 24 through 26, please draw E-R diagrams and explain the relationships (with assumptions explained). You can just draw maximum cardinality (do not worry about minimum cardinality of the relationship for this assignment; I want you to read and know about minimum cardinality though). You can use any tools to draw the E-R diagram (I used PowerPoint for #20, but you can use any tool). Please come up with your own examples. If you use the same examples from the textbook, it will just show me how pretty you draw the diagram rather than how well you understand the concepts and how easily you can apply your understanding to the diagram. Thank you.

24. Please draw a 1:1 E-R diagram and explain the relationship (should have two entities).

25. Please draw a 1:N E-R diagram and explain the relationship (should have two entities, with crow’s foot notation).

26. Please draw a N:M E-R diagram and explain the relationship (should have two entities, with crow’s foot notation).

27. What is normalization?

28. Please normalize the following table [example from “Microsoft Office 2010: Advanced (Shelly Cashman Series)]. If you properly normalize, you will have two tables as answers.

Client Num

Client Name

Street

City

State

Current Due

Recruiter Number

Last Name

First Name

Commission

AC34

Alys Clinic

134 Central

Berridge

CO

$17,500.00

21

Kerry

Alyssa

$17,600.00

BH72

Berls Hospital

415 Main

Berls

CO

$0.00

24

Reeves

Camden

$19,900.00

BL12

Benton Labs

12 Mountain

Denton

CO

$38,225.00

24

Reeves

Camden

$19,900.00

EA45

ENT Assoc.

867 Ridge

Fort Stewart

CO

$12,750.00

27

Fernandez

Jaime

$9,450.00

FD89

Ferb Dentistry

34 Crestview

Berridge

CO

$12,500.00

21

Kerry

Alyssa

$17,600.00

FH22

Family Health

123 Second

Tarleton

CO

$0.00

24

Reeves

Camden

$19,900.00

20. What are attributes?

21. What is an identifier?

22. What is an E-R diagram?

23. When is crow’s feet used in an E-R diagram?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1.The purpose of a database is to systematically arrange,store and retrieve data.

2.A database systematically stores data and it is easy to retrieve them. It maintains consistency,integrity and security of data over spreadsheet.

3.A database is used for long term storage whereas a spreadsheet is usually used for short term and sized data.

4.a)byte c)relations or tables d)database or spreadsheet

5.A database is a collection of related data.It arranges,stores and retrieves data systematically.

6.A relational database is a collection of relations(tables). In such a database, all relations are connected to each other and has some relation between all the entities.

7.A primary key is an attribute or a set of attributes that is used to uniquely identify a tuple in a relation.It is like an ID and primary key for each row must be different in a relation.

8.The attribute StudentID is the primary key for this relation because every student has a unique id. But the FirstName , LastName and Major need not be unique for every tuple.

9.A Foreign key is an attribute or a set of attributes which is the primary key in some other relation. It is used to link two tables.

10.Metadata is the data about data. It defines the details about the database,that is the schema of the database.

11.Database Management System(DBMS) is a software used to define,store,manipulate,retrieve and maintain data in a database.

12.Structured Query Language(SQL)

13.Product              Vendor

     DB2                  IBM

     MySQL                       opensource

14.The DBMS administration includes the overall management of the resources.

15.A computer program that interacts with a computerized database for storing and retrieving data is called a database application.for example,SAP,Facebook.

16.Data model is a logical representation of DBMS.It represents how data is stored and retrieved in a database and how the data is related to each other.

17.The most commonly used tool for constructing a data model is an ER Diagram.

18.An entity is similar to a real world entity that has an actual existence and has some associated properties called its attributes.for eg,Student,Employee,school etc.

20.Attributes are the properties that describes an entity.for eg,Name,Age,Class,Grade etc are the attributes for an entity Student.

21.An identifier is something used to identify a database,relation or its attributes.It is the name given to any of it.

22.An E-R diagram is a tool for constructing the conceptual model of a database.It defines real world entities with their attributes and the relations between each entity.

23.Crow's foot notations are used at the end of lines to represent the cardinality of that relation.

24.

   DEPARTMENT and HOD are two entities. Every DEPARTMENT is managed by one and only one HOD and every HOD has one DEPARTMENT under him.So,it is a 1:1 relation.

25.

          

           Every DEPARTMENT has several employees and every EMPLOYEE works for one and only one department.

          so it is a 1:N relation.

26.

            

Many Employees can work on many projects.So it is a M:N relation.

27.Normalization is a way of organizing data in a database.It divides a table into several small tables so it is efficient.

Add a comment
Know the answer?
Add Answer to:
Please do not delete the questions. 1. What is the purpose of a database? 2. What...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • QUESTION 1 What is the most common relationship within a relational database? Select the best answer...

    QUESTION 1 What is the most common relationship within a relational database? Select the best answer from the following. One-To-One relationship. o One-To-Many relationship. Many-To-Many relationship. Zero-To-Zero relationship. QUESTION 2 What is an "entity'? Select the best answer from the following. An entity, for our purposes, is the same as a table in the database. An entity represents one of the columns in an individual table. There are no entities in a relational database. Entities are only part of NoSQL...

  • You have been assigned to a new development team. A client is requesting a relational database sy...

    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. You received an email from the client with the list shown below. Currently, this list tracks their daily business. To prepare for the meeting with the client, you develop a first draft prototype of a relational database. In your one page MS Word pdf report include the following:...

  • You have been assigned to a new development team. A client is requesting a relational database sy...

    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. You received an email from the client with the list shown below. Currently, this list tracks their daily business. To prepare for the meeting with the client, you develop a first draft prototype of a relational database. In your one page MS Word pdf report include the following:...

  • This is questions of Accounting Information Systems 1) Fo a database. Each row in this spreadsheet...

    This is questions of Accounting Information Systems 1) Fo a database. Each row in this spreadsheet represents a: ur Tet Industries tracks customer information using various Microsoft Excel spreadsheets stored in a. Field b. Record c. File d. Database 2) A d tables is a. What is the correct term for the database field in Table 1? latabase field in Table 1 that serves as a unique identifier in Table 2 and is used to link both of the a....

  • Please answer the above questions as I wish to confirm my answers. Thanks. 1. Define the...

    Please answer the above questions as I wish to confirm my answers. Thanks. 1. Define the following terms as they apply to the relational model of data: domain, attribute, n- tuple, relation schema, relation state, degree of a relation, relational database schema, and relational database state. 2. Why are tuples in a relation not ordered? 3. Why are duplicate tuples not allowed in a relation? 4. What is the difference between a key and a superkey? 5. Why do we...

  • New to DB's Please help! You are designing and creating a database named COMPANY for an HR (Human Resource) Dept of...

    New to DB's Please help! You are designing and creating a database named COMPANY for an HR (Human Resource) Dept of a Software Consulting Company to manage their employees and their assigned work (projects) in the company First Step to Design and Create a Database is Creating an E-R Diagram by Identifying Entities, Attributes and Relationships between any two Entities to Create a Company Database Scheme. 1. Create an E-R Diagram for the Company database from the raw data files...

  • 4. The exams database: The following database contains multiple choice exam questions tables Questions and On...

    4. The exams database: The following database contains multiple choice exam questions tables Questions and On Hons). Each question has a question Tert and each one of the options has and optid, which is an integer representing options A) (optid=1), B) (optid=2), C) (optid=3), etc. as well as the text of the option. The field correct is either Oor 1 and indicates which is the correct option for that particular question. courseThe exams have numbers 1, 2, 3, etc. Each...

  • 1. The Cool Clothing Company is developing a new computer order processing system to process mail...

    1. The Cool Clothing Company is developing a new computer order processing system to process mail order sales of its products. Customers send in their orders, by email, together with a credit card payment. Availability of the ordered goods is then checked in an inventory file; then the validity of the credit card payment is checked online to customer's bank. If these two checks are successful, a dispatch paid order is sent to the customer and warehouse. The warehouse is...

  • For this set of Review Questions, we will create and use a database for the Wedgewood...

    For this set of Review Questions, we will create and use a database for the Wedgewood Pacific Corporation (WPC) that is similar to the Microsoft Access database we created and used in Chapters 1 and 2. Founded in 1957 in Seattle, Washington, WPC has grown into an internationally recognized organization. The company is located in two buildings. One building houses the Administration, Accounting, Finance, and Human Resources departments, and the second houses the Production, Marketing, and Information Systems departments. The...

  • TM-315 DATABASE SYSTEMS Please help me to draw an ERD and the Relational Schema and please...

    TM-315 DATABASE SYSTEMS Please help me to draw an ERD and the Relational Schema and please mark the Primary and Foreign Key ..... Deliverable: Word document with grade sheet followed by Part 1 ERD and the Part 2 relational schema. Part 1: Draw the ERD for the following situation. 8 pts Be sure to: Convert all many-to-many relationships to associative entities. Make sure each regular entity has an appropriate identifier. Make sure attribute names are unique within the ERD Wally...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT