Está en la página 1de 1

Database Testing Interview Questions

1) What is Data?
Collection of Information or collection of raw facts
2) What is Database?
It is a collection of related data
3) What is DBMS?
Database Management System, It has different types,
i) Hierarchical Model
ii) Network Model
iii) Relational Model
4) What is RDBMS?
Relational Database Management System, It is exclusively used to establish the relation
ship between two database objects and it supports;
One to One relation
One to Many
Many to One
Many to Many
5) What are the features of RDBMS?
i) Data is stored in tables
ii) Intersection of Rows and Columns will give only one value
iii) Relation among data is established logically
iv) There are no physical links among data
v) There is no data redundancy
vi) High security for data
vii) It supports all type of data (Ex: Numbers, Characters and data images etc)
viii) It supports Null values
ix) Supports CODD Rules
x) It supports Integrity constants

También podría gustarte