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 = 28665

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
68708 68708 53687 53687 28665 28665
68709 68709 232009 232009 28665 28665
68710 68710 40706 40706 28665 28665
68711 68711 501380 501380 28665 28665
68712 68712 239799 239799 28665 28665
68713 68713 165971 165971 28665 28665
68714 68714 14658 14658 28665 28665
68715 68715 533620 533620 28665 28665
68716 68716 260307 260307 28665 28665
68717 68717 342664 342664 28665 28665
68718 68718 101723 101723 28665 28665
68719 68719 260306 260306 28665 28665
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 1417.346ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website