Skip to content

Commit

Permalink
fixed image link SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele committed Apr 10, 2024
1 parent c6ab029 commit cc7c64b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/11_sql_duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ___
* It allows for the storage, retrieval, modification, and deletion of data in an organized manner.
* Databases come in various types, including relational and NoSQL. Relational databases organize data into tables, which are interconnected.
* Each table represents a related data collection and is organized into rows and columns.
<img src="https://github.com/ua-datalab/DataEngineering/blob/main/images/unnamed.png" alt="Relational DB Image" style="height: 400px; width:500px;"/>

![Relational DB Image](https://raw.githubusercontent.com/ua-datalab/DataEngineering/main/images/unnamed.png)

___

Expand Down

0 comments on commit cc7c64b

Please sign in to comment.