5 5 votes Immunity of the external schemas (or application programs) to changes in the conceptual scheme is referred to as: Physical Data Independence Logical Data Independence Both (a) and (b) None of the above Databases isro2018 databases file-system + – Arjun 7.1k views answer comment Share Follow Print See 1 comment 1 1 comment reply Akhilesh Singla commented Apr 22, 2018 reply Follow flag Option B. Logical data independence: Refers to immunity of external schemas to changes in conceptual schema. Conceptual schema changes (e.g. addition/removal of entities). Should not require changes to external schema or rewrites of application programs. Physical data independence: Refers to immunity of conceptual schema to changes in the internal schema. Internal schema changes (e.g. using different file organizations, storage structures/devices). Should not require change to conceptual or external schemas. Source: https://www.tutorialspoint.com/dbms/dbms_data_independence.htm https://quizlet.com/86871871/dbmsprelim-flash-cards/ 5 5 replyShare Please log in or register to add a comment.
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 sonveer tomar 1 answered Apr 22, 2018 • edited Jan 4, 2020 by `JEET sonveer tomar 1 comment Share Follow 0 reply Please log in or register to add a comment.