DBMS Viva Questions
DBMS Viva Questions
1. What is data?
Data is a collection of facts which can be recorded and stored
2. What is database?
Collection of related data
4. What is SQL?
Structured Query Language is a software package with DDL, DML, TCL, VDL and
SDL. It used to build and maintain database
5. What is DDL ?
Data Definition language used to create database eg: CREATE, ALTER and DROP
6. What is DML?
Data manipulation language used to maintain database eg: INSERT, DELETE and
UPDATE
7. What is TCL?
Transaction control language used to control database eg: COMMIT, SAVEPOINT and
ROLLBACK