Data Independence in DBMS and Types (Logical and Physical)
Data independence in DBMS is the ability to change the schema at one level of the database without impacting the schema at the other (next higher) level. You can keep data independent from the programs that use it by using data independence. Why data independence is important? The main goal of data independence is to increase…
Read More “Data Independence in DBMS and Types (Logical and Physical)” »