Skip to content

Commit

Permalink
BCA: DBMS: Fix Broken Link's
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Pots authored Dec 25, 2024
1 parent c2cebbd commit b1f74b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEP2020/2024/BCA/3rdsem/dbms/solved/faculty-given.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ A Relationship in a Database refers to a connection between properties of tables
- Eg. Customers, Products, and Orders are linked to each other using relations

The example for all the types of relationships are:
- [***One-to-One relationship***](https://github.com/bca-students/content/blob/main/NEP2020/2024/BCA/3rdsem/dbms/solved/faculty-given.md#L87)
- [***One-to-Many or Many-to-One relationship***](https://github.com/bca-students/content/blob/main/NEP2020/2024/BCA/3rdsem/dbms/solved/faculty-given.md#L90)
- [***Many-to-Many relationship***](https://github.com/bca-students/content/blob/main/NEP2020/2024/BCA/3rdsem/dbms/solved/faculty-given.md#L93)
- [***One-to-One relationship***](?plain=1#L87)
- [***One-to-Many or Many-to-One relationship***](?plain=1#L90)
- [***Many-to-Many relationship***](?plain=1#L93)

[GeeksforGeeks](https://www.geeksforgeeks.org/what-is-relationship-type-in-dbms/)

Expand Down

0 comments on commit b1f74b9

Please sign in to comment.