TZTasnim Zotderintasnimzotder.com·Aug 26, 2024 · 1 min readA Dummy Titlefunc abc() { } A $\to$ B $$\alpha$$ C $\alpha$ ```mermaid ``` $$\sum$$type Computer struct { RAM int Brand string Year int } %%[] tableAB $$\alpha = \int_0^x{\frac{x^2}{3x+5\log{x}}}$$https://gist.github.com/tasnimzotder/0a...00
TZTasnim Zotderintasnimzotder.com·Oct 29, 2022 · 6 min readDBMS - Functional DependenciesFunctional 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 ...00
TZTasnim Zotderintasnimzotder.com·Oct 21, 2022 · 12 min readSQL in ActionIntroduction 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...00