edited by
7,112 views
5 5 votes

Immunity of the external schemas (or application programs) to changes in the conceptual scheme is referred to as:

  1. Physical Data Independence
  2. Logical Data Independence
  3. Both (a) and (b)
  4. None of the above

1 Answer

Best answer
7 7 votes

Immunity here means if we make certain changes in the one level of database design it will not affect the other part of database design.

Physical data independence:- if we make any change in the physical storage of schema that it will not affect our logical schema/ conceptual schema like relation table.

Logical data independence:- if we make any change in the conceptual schema it will not affect external schema or end software using this database.

SO answer B.

https://www.tutorialspoint.com/dbms/dbms_data_independence.htm

edited by
Answer:
Position:
Show:

Related questions

9 9 votes
3 answers 3 answers
5.6k
5.6k views
Arjun asked Apr 22, 2018
5,622 views
Considering the following table in a relational database : $$\begin{array}{|c|c|c|c|} \hline \textbf{Last Name} & \textbf{Rank} & \textbf{Room} & \textbf{shift} \\ \hline...
7 7 votes
2 2 answers
4.3k
4.3k views
Arjun asked Apr 22, 2018
4,257 views
Given relations $\textsf{R(w,x)}$ and $\textsf{S(y,z)},$ the result ofSELECT DISTINCT w, x FROM R, Sls guaranteed to be same as $\text{R},$ if$\textsf{R}$ has no duplicat...
8 8 votes
6 6 answers
4.0k
4.0k views
Arjun asked Apr 22, 2018
3,954 views
For a database relation $R(a,b,c,d)$ where the domain of $a,b,c$ and $d$ include only atomic value, only the following functions dependencies and those that can be inferr...
3 3 votes
1 1 answer
3.9k
3.9k views
Arjun asked Apr 22, 2018
3,893 views
Consider the set of relations given below and the SQL query that follows:Students: (Roll_number, Name, Date_of_birth) Coursed: (Course_number, Course_name, Instructor) Gr...