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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
68730 68730 239802 239802 28669 28669
68731 68731 447459 447459 28669 28669
68732 68732 232008 232008 28669 28669
68733 68733 501382 501382 28669 28669
68734 68734 331062 331062 28669 28669
68735 68735 14660 14660 28669 28669
68736 68736 396069 396069 28669 28669
68737 68737 101725 101725 28669 28669
68738 68738 479801 479801 28669 28669
68739 68739 352059 352059 28669 28669
68740 68740 38022 38022 28669 28669
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 345.432ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website