sql-novice-survey icon indicating copy to clipboard operation
sql-novice-survey copied to clipboard

Perhaps a diagram to illustrate database/table/rows/columns/fields

Open davidcgreen opened this issue 6 years ago • 1 comments

There is a nice diagram in
http://www.datacarpentry.org/R-ecology-lesson/02-starting-with-data.html showing a dataframe.

In http://swcarpentry.github.io/sql-novice-survey/01-select/ a similar schematic diagram might help students to "Explain the difference between [a database,] a table, a record, and a field."

I am not much of a graphic designer but here is a suggestion: g4477-5

Inkscape svg file is in this ZIP archive DatabaseDiagram.svg.zip

davidcgreen avatar Apr 10 '18 14:04 davidcgreen

I think this is a good idea. How about replacing the fields with "date/string/integers" so we can show that columns are uniform types?

remram44 avatar Apr 10 '18 19:04 remram44