home / zeropm-v0-0-4

inventory_summary

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

12 rows where query_id = 15870

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
152656 152656 489221 489221 15870 15870
152657 152657 78051 78051 15870 15870
152658 152658 228400 228400 15870 15870
152659 152659 7536 7536 15870 15870
152660 152660 266370 266370 15870 15870
152661 152661 50588 50588 15870 15870
152662 152662 39856 39856 15870 15870
152663 152663 243073 243073 15870 15870
152664 152664 306946 306946 15870 15870
152665 152665 266369 266369 15870 15870
152666 152666 155911 155911 15870 15870
152667 152667 527537 527537 15870 15870
CREATE TABLE [inventory_summary] (
        [inventory_id] integer,
        [query_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);
Powered by Datasette · Queries took 327.078ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website