To ensure the integrity and consistency of data during a transaction (A transaction is a unit of program that updates various data items, read more… [Read More]
Cardinality in DBMS
In DBMS you may hear cardinality term at two different places and it has two different meanings as well. In Context of Data Models: In… [Read More]
RDBMS Concepts
RDBMS stands for relational database management system. A relational model can be represented as a table of rows and columns. A relational database has following… [Read More]
Functional dependency in DBMS
The attributes of a table is said to be dependent on each other when an attribute of a table uniquely identifies another attribute of the… [Read More]
Multivalued dependency in DBMS
Multivalued dependency occurs when there are more than one independent multivalued attributes in a table. For example: Consider a bike manufacture company, which produces two… [Read More]
Transitive dependency in DBMS
A functional dependency is said to be transitive if it is indirectly formed by two functional dependencies. For e.g. X -> Z is a transitive… [Read More]
Non trivial functional dependency in DBMS
If a functional dependency X->Y holds true where Y is not a subset of X then this dependency is called non trivial Functional dependency. For… [Read More]
Trivial functional dependency in DBMS with example
The dependency of an attribute on a set of attributes is known as trivial functional dependency if the set of attributes includes that attribute. Symbolically:… [Read More]
DBMS languages
Database languages are used to read, update and store data in a database. There are several such languages that can be used for this purpose;… [Read More]
Data models in DBMS
Data Model is a logical structure of Database. It describes the design of database to reflect entities, attributes, relationship among data, constrains etc. Types of… [Read More]
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- Next Page »