DEV Community

Cover image for Functional Dependencies Database
Earning Games
Earning Games

Posted on

2

Functional Dependencies Database

In order to design a good database Functional Dependencies in Database is an important concept. In order to ensure the integrity of data and a good performance of a database functional dependencies plays an important role. Definition of Functional Dependency on Wikipedia HERE.

Suppose we have a relation in database where there are only two attributes X and Y:

Functional Dependency Def.

X –> Y

if t1.X = t2.X then t1.Y = t2.Y

To read more visit https://hecodesit.com/functional-dependencies-database/

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay