Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lijing-22 committed Dec 25, 2024
1 parent 9c0f906 commit c46d949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/blog/full-form-of-dbms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ date: December 25, 2024
---
[![Click to use](/image/blog/bg/chat2db1.png)](https://app.chat2db.ai/)
# What is the Full Form of DBMS: Exploring Database Management Systems
full-form-of-dbms

import Authors, { Author } from "components/authors";

<Authors date="December 25, 2024">
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/functional-dependency-in-dbms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The closure of a set of attributes is a fundamental concept in functional depend
-- B → C
```

The closure of {A} would be {A, B, C}, as knowing A allows us to determine both B and C.
The closure of A would be (A, B, C), as knowing A allows us to determine both B and C.

## Challenges in Managing Functional Dependencies in DBMS

Expand Down

0 comments on commit c46d949

Please sign in to comment.