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

10 rows where blogroll_id = 20

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ blogroll_id tag
128 IppSec 20 HackTheBox
129 IppSec 20 penetration testing
130 IppSec 20 CTF
131 IppSec 20 infosec
132 IppSec 20 red teaming
133 IppSec 20 reconnaissance
134 IppSec 20 privilege escalation
135 IppSec 20 OSCP
136 IppSec 20 cybersecurity education
137 IppSec 20 YouTube

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 · 5.063ms · krisyotam.com