Db Design Homework

Submitted by: Submitted by

Views: 547

Words: 252

Pages: 2

Category: Other Topics

Date Submitted: 08/31/2011 08:56 AM

Report This Essay

1.1

What is the purpose of a database?

Help people keep track of things.

1.2

What is the most commonly used type of database?

relational database

1.7

Define the terms data and information. Explain how the two terms differ.

Data - recorded facts and numbers

Information - knowledge derived from data, data in meaningful context, processed data

1.10

What problem can occur when a database is processed by more than one user?

one user's work might interfere with another's

1.16

Explain the components in figure 1-7.

Fig 1-7: Users DB App SQL DBMS DB

A User uses the Database Application to give SQL commands to the DBMS which reads the database, which sends information back through the DBMS, which passes the information matching the SQL command back to the Database Application, where it is then available to the User.

1.19

What does DBMS stand for?

Database management system

1.20

What are the functions of the DBMS?

Create, Process, Administer

1.24

What is metadata? How does this term pertain to a database?

data about data

You can use it to determine if particular tables, columns, indexes, or other structures exist in a database.

1.33

Name the components of an enterprise-class database system.

Users, Applications running over corporate network, E-commerce applications on web server, web portal with reporting applications, XML web services applications, SQL, DBMS, database

1.45

What job functions does a database administrator perform?

design, construct, manage the database