Skip to content

Commit 5f98324

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 1981786 commit 5f98324

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,6 @@ This project provides a complete database model for managing digital content on
558558

559559
The conceptual model provides a high-level overview of the main entities and their relationships in the Video Wall project.
560560

561-
#
562-
563561
<br>
564562

565563
<p align="center">
@@ -586,8 +584,6 @@ The conceptual model provides a high-level overview of the main entities and the
586584

587585
The logical model details the tables, columns, and relationships as they will be implemented in MySQL.
588586

589-
#
590-
591587
<br>
592588

593589
<p align="center">
@@ -601,7 +597,16 @@ The logical model details the tables, columns, and relationships as they will be
601597

602598
The physical model specifies how the logical data model will be implemented in the chosen database management system (DBMS), such as MySQL. It translates entities and relationships from the logical model into actual database tables, columns, and constraints, including technical details needed for deployment and performance optimization.
603599

604-
Key features of the physical model include:
600+
<br>
601+
602+
<p align="center">
603+
<img src="https://github.com/user-attachments/assets/d7899446-e409-47a4-802e-9fe3ad62b8b0"/>
604+
605+
<br>
606+
607+
#
608+
609+
### [Key features of the physical model include]():
605610

606611
- **Table Structures**: Each entity from the logical model becomes a table, with attributes mapped to columns.
607612
- **Data Types**: Every column is assigned a specific data type (e.g., INT, VARCHAR, DATE) according to the DBMS requirements[1][3][4].
@@ -617,10 +622,6 @@ In summary, the physical model is the concrete, technical realization of the log
617622

618623
<br>
619624

620-
![Image](https://github.com/user-attachments/assets/d7899446-e409-47a4-802e-9fe3ad62b8b0)
621-
622-
<br>
623-
624625
## [5.]() Database Tables (Markdown)
625626

626627
### [Screen]()

0 commit comments

Comments
 (0)