diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-03-01 04:12:28 -0700 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-03-01 04:12:28 -0700 |
commit | c6d3cf57d13d8a53d0628f7d3a1fa77b7342eaf4 (patch) | |
tree | 547e4b8a709d5406d527a58f324919202a9be868 /static/images/blog | |
parent | 845ed6697545561bc5908540f522bfe53477a0f4 (diff) |
Add sql blog entry static images
Diffstat (limited to 'static/images/blog')
-rw-r--r-- | static/images/blog/notes/sql/erd_example.png | bin | 0 -> 193168 bytes |
-rw-r--r-- | static/images/blog/notes/sql/erd_example_wikipedia.png | bin | 0 -> 320120 bytes |
-rw-r--r-- | static/images/blog/notes/sql/img_fulljoin.gif | bin | 0 -> 8135 bytes |
-rw-r--r-- | static/images/blog/notes/sql/img_innerjoin.gif | bin | 0 -> 6871 bytes |
-rw-r--r-- | static/images/blog/notes/sql/img_leftjoin.gif | bin | 0 -> 7286 bytes |
-rw-r--r-- | static/images/blog/notes/sql/img_rightjoin.gif | bin | 0 -> 7477 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/static/images/blog/notes/sql/erd_example.png b/static/images/blog/notes/sql/erd_example.png Binary files differnew file mode 100644 index 0000000..2c73cbd --- /dev/null +++ b/static/images/blog/notes/sql/erd_example.png diff --git a/static/images/blog/notes/sql/erd_example_wikipedia.png b/static/images/blog/notes/sql/erd_example_wikipedia.png Binary files differnew file mode 100644 index 0000000..4f40194 --- /dev/null +++ b/static/images/blog/notes/sql/erd_example_wikipedia.png diff --git a/static/images/blog/notes/sql/img_fulljoin.gif b/static/images/blog/notes/sql/img_fulljoin.gif Binary files differnew file mode 100644 index 0000000..ace249e --- /dev/null +++ b/static/images/blog/notes/sql/img_fulljoin.gif diff --git a/static/images/blog/notes/sql/img_innerjoin.gif b/static/images/blog/notes/sql/img_innerjoin.gif Binary files differnew file mode 100644 index 0000000..db00126 --- /dev/null +++ b/static/images/blog/notes/sql/img_innerjoin.gif diff --git a/static/images/blog/notes/sql/img_leftjoin.gif b/static/images/blog/notes/sql/img_leftjoin.gif Binary files differnew file mode 100644 index 0000000..f205846 --- /dev/null +++ b/static/images/blog/notes/sql/img_leftjoin.gif diff --git a/static/images/blog/notes/sql/img_rightjoin.gif b/static/images/blog/notes/sql/img_rightjoin.gif Binary files differnew file mode 100644 index 0000000..f34c021 --- /dev/null +++ b/static/images/blog/notes/sql/img_rightjoin.gif |