home / system

Menu
  • GraphQL API
  • Search all tables

blogroll_tags

Table actions
  • GraphQL API for blogroll_tags

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

15 rows where blogroll_id = 62

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
541 Renaissance Issues 62 Renaissance
542 Renaissance Issues 62 art history
543 Renaissance Issues 62 Nottingham
544 Renaissance Issues 62 provincial elites
545 Renaissance Issues 62 teaching
546 Renaissance Issues 62 China
547 Renaissance Issues 62 Silk Road
548 Renaissance Issues 62 Marco Polo
549 Renaissance Issues 62 architecture
550 Renaissance Issues 62 academic development
551 Renaissance Issues 62 higher education
552 Renaissance Issues 62 books
553 Renaissance Issues 62 Venice
554 Renaissance Issues 62 Peking
555 Renaissance Issues 62 cultural exchange

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
);
Powered by Datasette · 11.183ms · krisyotam.com