Skip to content

Commit a1dae6d

Browse files
committed
video link, erd update
1 parent 96df0a2 commit a1dae6d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ERD.PNG

-44 KB
Binary file not shown.

ERD.jpg

31.6 KB
Loading

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Some of the commands I use in the queries are:
1616

1717
{Provide a link to your YouTube demonstration. It should be a 4-5 minute demo of the software running, a walkthrough of the code, and a view of how created the Relational Database.}
1818

19-
[Software Demo Video](http://youtube.link.goes.here)
19+
[Software Demo Video](http://youtu.be/P3rYR_V8G-s)
2020

2121
## Relational Database
2222

2323
The relational database that I am using is SQLite3, which is already included in the default python libraries.
2424

2525
The database has two tables, one named **tasks** and one named **types**. Tasks contains the task_id, task, year, month, day, and time. Types contains the type_id, and type. Using an **INNER JOIN**, I am able to do **SELECT** queries that use the type_id to get the type name, and display it to the user. The database is structured as shown below:
2626

27-
![Entity Relationship Diagram](ERD.png)
27+
![Entity Relationship Diagram](ERD.jpg)
2828

2929
## Development Environment
3030

0 commit comments

Comments
 (0)