Viva Voce
Viva Voce
Viva Voce
1. What is database?
A database is a collection of data in an organized manner.
2. What is DBMS?
DBMS is a software that is used to perform operations on a database.
These operations may include reading, writing, modifying of data and
even provide control over accessing of data when multiple users were
accessing the data at the same time or even at different times.
3. Advantages of DBMS?
Redundancy is controlled.
Unauthorized access is restricted.
Providing multiple user interfaces.
Enforcing integrity constraints.
Providing backup and recovery.
4. Disadvantage in File Processing System?
Data redundancy & inconsistency.
Difficult in accessing data.
Data isolation.
Data integrity.
Concurrent access is not possible.
Security Problems.
5. Describe the three levels of data abstraction?
Three levels of abstraction:
It guarantees that the spurious tuples generation does not occur with
respect to relation schemas after decomposition.
31. What is Fully Functional dependency?
It is based on concept of full functional dependency. A functional
dependency X Y is full functional dependency if removal of any attribute A
from X means that the dependency does not hold any more.
32. What is 1 NF (Normal Form)?
The domain of attribute must include only atomic (simple, indivisible)
values.
33. What is 2NF?
A relation schema R is in 2NF if it is in 1NF and every non-prime attribute
A in R is fully functionally dependent on primary key.