Purchase Solution

Examples Showing the Different Levels of a DBMS

Not what you're looking for?

Ask Custom Question

Identify the level within a database system (user, programmer of application software, and designer of the DBMS software) at which each of the following concerns or activities occur:
a. How should data be stored on a disk to maximize efficiency?
b. Is there a vacancy on flight 243?
c. Could a relation be stored as a sequential file?
d. How many times should a user be allowed to mistype a password before the conversation is terminated?
e. How can the PROJECT operation be implemented?

Purchase this Solution

Solution Summary

This solution looks at five different aspects of a database software system and explains where each aspect fits in the various database system levels. This solution is 413 words.

Solution Preview

Typically users interact with application software which then interacts with the DBMS. This maintains a high level of abstraction between the different layers. This abstraction is what makes a database system so powerful and flexible.

A database system can be envisioned as having three levels:

- The user layer refers to the user who is inserting or reading data from the database. The user "cares" about the data and nothing else. In particular, the user doesn't care about how the data is stored (e.g., one big table vs. a bunch of small tables) or how the data is retrieved.

- The application software level is where software that uses the database sits. In ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.