Functional Dependency

A Functional dependency is a relationship between attributes. In functional dependency we can obtain the value of another attribute from given attribute. For example,If we know … Read more

Normalization

Normalization is a database design technique which organizes tables in a manner that reduces redundancy and dependency of data.  It divides larger tables to smaller … Read more

Twelve rules of CODD

There are twelve rules formulated by E.F. Codd for RDBMS in 1970. If an RDBMS satisfies all these twelve rules, then only full benefits of the … Read more

Schema

Design of a database is called the schema. Types of Schema Physical schema Logical schema View schema. 1. Physical schema The design of a database … Read more

DBMS Keys

Keys Keys are very important part of Relational database.They are used to establish and identify relation between tables. They also ensure that each record within … Read more

Database Relation

A database relation is a predefined row/column format for storing information in a relational database. Relations are equivalent to tables.Also Known As: Table Characterstics of relation: … Read more

Attribute

In general, an attribute is a characteristic. It is the name of the column.An attribute gives the characteristics of the entity. In a database management … Read more

Domain

A domain is defined as the set of all unique values permitted for an attribute. The domain of a database attribute is the set of … Read more