@tasnimzotder
Nothing here yet.
Nothing here yet.
Oct 29, 2022 · 6 min read · Functional Dependencies Functional dependencies are a way to describe the relationship between two or more attributes in a database table. Functional dependencies are denoted by the symbol $\to$ and are read as "if A then B". For example, if we have ...
Join discussion
Oct 21, 2022 · 12 min read · Introduction Structured Query Language (SQL) is a language for querying and manipulating data. It is a standard language for relational database management systems (RDBMS). SQL is based on relational algebra and tuple relational calculus. The langu...
Join discussion