Welcome to Dr. Wells Publishing
Home to the Elfinwood Data Science Blog and other ramblings.
Latest from the Blog
Lesson 004: Foreign Key Constraints
Introduction In the previous post I covered inserting data into a PostgreSQL table; and we used the Lesson_003 files in the learning-data-science GitHub repository to insert data into the dom_study table. In this post, Lesson 004, we’ll create 2 more tables, set up foreign key constraints, and insert data into the 2 tables. Since dataContinue reading “Lesson 004: Foreign Key Constraints”
Lesson 003: Inserting Data into a Table
Introduction In the previous post I introduced PostgreSQL sequences, tables, and columns; and we used the Lesson_002 files in the learning-data-science GitHub repository to create a table for storing metadata about scientific studies. In this post, Lesson 003, we’ll insert data into the dom_study table that we created in the previous post. Since data analysisContinue reading “Lesson 003: Inserting Data into a Table”
Lesson 002: Creating Tables in PostgreSQL
Introduction In the previous post I introduced PostgreSQL schemas, and we used the Lesson_001 files in the learning-data-science GitHub repository to create a schema for organizing domain tables. In this post, Lesson 002, we’ll create a sequence and a data table, and add column comments. Since data analysis and management are best learned by doing,Continue reading “Lesson 002: Creating Tables in PostgreSQL”
Get new content delivered directly to your inbox.
Copyright © 2020, Aaron Wells