Top 100+ SQL Query Interview Questions and Answers - 2

Question: 6

Explain integrity?

Ensure data integrity by protecting concurrent transactions from seeing or being adversely affected by each other’s partial and uncommitted results.

Question: 7

Explain consistency?

We must ensure that the system is always left at the correct state in case of the failure or success of a transaction.

Question: 8

Define security?

The application is never disrupted or compromised by the efforts of malicious or ignorant users.

Question: 9

Define manageability?

Deployment and maintenance of the application is as efficient and painless as possible.

Question: 10

Explain durability?

Make sure that the system can return to its original state in case of a failure.

Related Questions