0% found this document useful (0 votes)
98 views1 page

1) What Is Data? 2) What Is Database? 3) What Is DBMS?

Database testing interview questions cover topics such as data, databases, database management systems (DBMS), relational database management systems (RDBMS), and the features of RDBMS. Data is a collection of information or raw facts. A database is a collection of related data managed by a DBMS, which exists in hierarchical, network, and relational models. An RDBMS exclusively establishes relationships between database objects and supports one-to-one, one-to-many, many-to-one, and many-to-many relationships. Key features of RDBMS include storing data in tables, representing a single value at the intersection of rows and columns, establishing relationships logically without physical links, and supporting various data types

Uploaded by

pankajsharma2k3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views1 page

1) What Is Data? 2) What Is Database? 3) What Is DBMS?

Database testing interview questions cover topics such as data, databases, database management systems (DBMS), relational database management systems (RDBMS), and the features of RDBMS. Data is a collection of information or raw facts. A database is a collection of related data managed by a DBMS, which exists in hierarchical, network, and relational models. An RDBMS exclusively establishes relationships between database objects and supports one-to-one, one-to-many, many-to-one, and many-to-many relationships. Key features of RDBMS include storing data in tables, representing a single value at the intersection of rows and columns, establishing relationships logically without physical links, and supporting various data types

Uploaded by

pankajsharma2k3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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

You might also like