To explain a view, its definition and what happens when user accesses a
Explanation of Solution
A view is an individual user’s or application program’s picture of a database. View is used by an individual to create charts, reports and other objects with the help of data in database.
The SELECT command used in the View creation basically creates the view and gives the definition for the view. It indicates what to include in a view. The data described in a view definition never exists in that form. In fact, when a query is created with a view, the DBMS make changes to the query and make it to the one that includes the data selection from the tables that created the view. There is less involvement of view than the full database.
Accessing a database through a view, the users cannot make any changes to the structure of the database and can only view the data.
Want to see more full solutions like this?
Chapter 4 Solutions
EBK CONCEPTS OF DATABASE MANAGEMENT
- Access path A database table is composed of records and fields hold data. Data is stored in records. A field is a part of a record and contains a single piece of data for the subject of the record. The access path for finding the list of books is AUTHOR: AuthorID, Lname BOOKAUTHOR: AuthorID, ISBN BOOKS: Pubdate, ISBNarrow_forwardIn the hierarchy of data, what is the difference between a data attribute and a data item? What is the domain of an attribute?arrow_forwardAn in-memory database (IMDB) is a database management system that stores the entire database in _______. a. random access memory b. read-only memory c. distributed servers d. virtual memoryarrow_forward
- An EMPLOYEES table was added to the JustLee Books database to track employee information. Display a list of each employee’s name, job title, and manager’s name. Use column aliases to clearly identify employee and manager name values. Include all employees in the list and sort by manager name.arrow_forwardWhat is a relation?arrow_forwardHow to explain the view? "View" means what? Does view definition data exist in its format? What are the typical results of a view-based database access?arrow_forward
- What are homonyms and synonyms, and why should they be avoided when constructing a database?arrow_forwardwhat is the definition of data independence? a) It is the principal that there are specific database requirement for every database system. b) it is the principal that requires database program to use an application programming interference. c) it is the principal that the database design process can be either informal or structured. d) It is the principal that the physical design of a table never affects the result of a queryarrow_forwardAssignment Brief: Some of the most difficult decisions that you face as a database developer are what tables to create and what columns to place in each table, as well as how to relate the tables that you create. Normalization is the process of applying a series of rules to ensure that your database achieves optimal structure. Normal forms are a progression of these rules. Each successive normal form achieves a better database design than the previous form did. Based on your understanding for the various normal form respond to the following problems and provide the optimal answer/solution. Problem#1: 1st Normal Form (1NF) Consider the Students table, with the primary key underlined, and the following data: Students: Alpha 100111 Email doe@usna.edu Name Courses GradePoints NN204, SI204, IT221 SM223, EE301 SI204 John Doe 2,3,3 Matt Smith 092244 113221 smith@usna.edu black@usna.edu 4,4 Melinda 3 Black NN204, SI204, IT221 090112 Tom Johnson Johnson@usna.ed 4,2,3 u a) Is the Students table…arrow_forward
- Database Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781285196145Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos CoronelPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningA Guide to SQLComputer ScienceISBN:9781111527273Author:Philip J. PrattPublisher:Course Technology Ptr
- Database Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781305627482Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning