home / zeropm-v0-0-4

inventory_summary

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

11 rows where query_id = 15347

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
117831 117831 488751 488751 15347 15347
117832 117832 155516 155516 15347 15347
117833 117833 7209 7209 15347 15347
117834 117834 39292 39292 15347 15347
117835 117835 264173 264173 15347 15347
117836 117836 51492 51492 15347 15347
117837 117837 264172 264172 15347 15347
117838 117838 241742 241742 15347 15347
117839 117839 230258 230258 15347 15347
117840 117840 77423 77423 15347 15347
117841 117841 308385 308385 15347 15347
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 272.478ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website