in Databases edited by
13,109 views
6 votes
6 votes

A view of database that appears to an application program is known as

  1. Schema
  2. Subschema
  3. Virtual table
  4. None of these
in Databases edited by
13.1k views

1 comment

The schema is the physical arrangement of the data as it appears in the DBMS.
 
The sub-schema is the logical view of the data as it appears to the application program.
 
Answer is sub-schema
5
5

4 Answers

8 votes
8 votes
Best answer

The external level is the user’s view of the database and closest to the users.This level describes that part of the database that Fundamentals of Database Management .System is relevant to the user. Most of the users of database are not concerned with
all the information contained in the database. Instead, they need only a part of  the  database  relevant  to  them. An external schema describes each external view. The external schema consists of the definition of the logical records
and the relationships in the external view.

A subschema expresses the external view.External schema are called also called as sub schemas .

So option B is correct.

selected by

1 comment

what is a Virtual table?
0
0
5 votes
5 votes

A subschema is a subset of the schema and inherits the same property that a schema has. Subschema refers to an application programmer's (user's) view of the data item types and record types, which he or she uses. It gives the users a window through which he/she can view only that part of the database, which is of interest to him. Therefore, different application programs can have a different view of data.

3 votes
3 votes
subschema

1 comment

0
0
0 votes
0 votes

Answer is b) Subschema 

A sub-schema is best described as the way that the data in a DBMS appears when viewed by an application or a user. The most important criteria for a sub-schema is that it appears logically, and as part of a decipherable system.
 

Answer: