31 Jan 2020

  • January 31, 2020
  • Amitraj
1. Data Integrity - 

Data integrity defines the accuracy and consistency of data stored in a database. it can also define integrity constraints to enforce business rules on the data when it is entered into the application or database.


2. Integrity Constraint -

An Integrity Constraint is a mechanism used by oracle to prevent invalid data entry into the table. it has enforcing the rules for the columns in a table. 
Every relations has some conditions that must hold for it to be a valid relation. These conditions are called Relational Integrity Constraints.



3. Concurrency Control -

Concurrency Control is the process managing simultaneous operations against a database so that database integrity is not compromised. 

There are 2 approaches to concurrency control. The pessimistic approach involves locking and the optimistic approach involves versioning. 

Related Posts:

  • Relational Model in DBMS : RDBMS Concepts RDBMS Concepts - -> Relational Database management System(RDBMS) is a database management system based on the relational model introduced by E.F Codd. In relational model, data is stored in relations(tables) and is repre… Read More
  • DBMS Keys : Super, Candidate, Primary, Alternate, Foreign, Composite (Example) Keys In DBMS - Key plays an important role in relational database. it is used for identifying unique rows from table. It also establishes relationship among tables. There are various keys in DBMS - 1. Super key 2. Candid… Read More
  • DBTG Set Processing Facility : DBMS DBTG Set Processing Facility - Mechanisms are provided for inserting records into and removing records from a particular set occurrence. 1. Insert a new record into a set by executing the connect statement.    … Read More
  • What is Catalog and Metadata In DBMS ? Catalog A Catalog stores information of all data sets, files , databases, etc. It is basically used to store metadata. It has all the information regarding the database and the data like structure of the file, type of the d… Read More
  • Codd's Rule for Relational DBMS Codd's Rule for Relational DBMS E.F Codd was a Computer Scientist who invented the Relational model for Database management. Based on relational model, the Relational database was created. Codd proposed 13 rules popularly … Read More

Translate

Popular Posts