Redirected
edited by
15,125 views
8 8 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

4 Answers

Best answer
8 8 votes

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
5 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.

0 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:
Position:
Show:

Related questions

61 61 votes
5 answers 5 answers
14.4k
14.4k views
Kathleen asked Sep 17, 2014
14,431 views
A program consists of two modules executed sequentially. Let $f_1(t)$ and $f_2(t)$ respectively denote the probability density functions of time taken to execute the two ...
11 11 votes
3 answers 3 answers
6.2k
6.2k views
go_editor asked Jun 10, 2016
6,189 views
Feedback queuesare very simple to implementdispatch tasks according to execution characteristicsare used to favour real time tasksrequire manual intervention to implement...
6 6 votes
3 answers 3 answers
9.4k
9.4k views
go_editor asked Jun 10, 2016
9,372 views
Which of the following is correct with respect to Two phase commit protocol?Ensures serializabilityPrevents DeadlockDetects DeadlockRecover from Deadlock
10 10 votes
3 3 answers
12.8k
12.8k views
go_editor asked Jun 10, 2016
12,750 views
BCNF is not used for cases where a relation hasTwo (or more) candidate keysTwo candidate keys and compositeThe candidate key overlapTwo mutually exclusive foreign keys