blogroll_tags
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
10 rows where blogroll_id = 78
This data as json, CSV (advanced)
| id ▼ | blogroll_id | tag |
|---|---|---|
| 718 | Putanumonit 78 | rationality |
| 719 | Putanumonit 78 | decision theory |
| 720 | Putanumonit 78 | dating markets |
| 721 | Putanumonit 78 | polyamory |
| 722 | Putanumonit 78 | mathematics |
| 723 | Putanumonit 78 | statistics |
| 724 | Putanumonit 78 | personal essays |
| 725 | Putanumonit 78 | Bayesian reasoning |
| 726 | Putanumonit 78 | culture |
| 727 | Putanumonit 78 | social dynamics |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE blogroll_tags (
id INTEGER PRIMARY KEY AUTOINCREMENT,
blogroll_id INTEGER NOT NULL,
tag TEXT NOT NULL,
FOREIGN KEY (blogroll_id) REFERENCES blogroll(id) ON DELETE CASCADE,
UNIQUE(blogroll_id, tag)
);