Describe the Three-Schema Architecture of DBMS. Distinguish Physical Data Independence and Logical Independence.
The Three-Schema Architecture:
The goal of the three-schema architecture is to separate the user applications and the physical database. In this architecture, schemas can be defined at 3 levels:
DATA INDEPENDENCE
The disjointing of data descriptions from the application programs (or user-interfaces) that uses the data is called data independence. Data independence is one of the main advantages of DBMS. The three-schema architecture provides the concept of data independence, which means that upper-levels are unaffected by changes to lower-levels. The three schemas architecture makes it easier to achieve true data independence. There are two kinds of data independence.
Logical data independence is harder to achieve as the application programs are usually heavily dependent on the logical structure of the data. An analogy is made to abstract data types in programming languages.
What are the differences between Primary Index, Secondary Index, and Clustering Index?
Discuss about Staffing
Implement Bubble Sort using C.
Briefly Discuss about Requirements Analysis
Write Short Note on Rapid Application Development
Write a C program to find the value of Sine(X).
Define software quality. Briefly explain McCall’s quality factors.