home / public

report_technologies

2 rows where report_id = "f39116aa-e2e4-4db5-8088-22a190d2abc2"

✎ View and edit SQL

This data as json, CSV (advanced)

Link report_id name type source
f39116aa-e2e4-4db5-8088-22a190d2abc2,Rekai,runtime https://www.nrm.se/ f39116aa-e2e4-4db5-8088-22a190d2abc2 Rekai tools runtime
f39116aa-e2e4-4db5-8088-22a190d2abc2,SiteVision,runtime https://www.nrm.se/ f39116aa-e2e4-4db5-8088-22a190d2abc2 SiteVision platform runtime

Advanced export

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

CSV options:

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 11.53ms