Skip to content
Snippets Groups Projects
Commit f87712ca authored by Ribary, Marton Dr (School of Law)'s avatar Ribary, Marton Dr (School of Law)
Browse files

Updated sql graph

parent 45f03090
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ The "bko" table presents information related to the theory about the _Digest_'s ...@@ -78,7 +78,7 @@ The "bko" table presents information related to the theory about the _Digest_'s
The graph below is a visual representation of the tables in the database. Each table includes an "id" as primary key (PK) and one or more foreign keys (FK) which point to the "id" columnn of a different table. It is by foreign keys that the tables are chained together in many-to-one relationships. The entity boxes for the tables include the names and datatypes of the columns where "tinyint" and "smallint" are two types of integer, "varchar" is a limited length, while "text" is an unlimited length text type. The three colours indicate the three different sources from which the tables are created. Tables in shaded blue are created from the same source as the core "text" table, i.e. the _Digest_ text as presented in Amanuensis, but they were separated to structure the information. The graph below is a visual representation of the tables in the database. Each table includes an "id" as primary key (PK) and one or more foreign keys (FK) which point to the "id" columnn of a different table. It is by foreign keys that the tables are chained together in many-to-one relationships. The entity boxes for the tables include the names and datatypes of the columns where "tinyint" and "smallint" are two types of integer, "varchar" is a limited length, while "text" is an unlimited length text type. The three colours indicate the three different sources from which the tables are created. Tables in shaded blue are created from the same source as the core "text" table, i.e. the _Digest_ text as presented in Amanuensis, but they were separated to structure the information.
![SQL schema graph of the _Digest_ database](/home/mribary/Dropbox/pyDigest/images/D_sql.svg) ![SQL schema graph of the _Digest_ database](https://gitlab.eps.surrey.ac.uk/mr0048/pydigest/-/raw/master/images/D_sql.svg)
### 3. Sample SQL queries ### 3. Sample SQL queries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment