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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
119214 119214 264232 264232 19805 19805
119215 119215 9720 9720 19805 19805
119216 119216 493700 493700 19805 19805
119217 119217 35876 35876 19805 19805
119218 119218 61990 61990 19805 19805
119219 119219 529648 529648 19805 19805
119220 119220 264231 264231 19805 19805
119221 119221 302472 302472 19805 19805
119222 119222 205628 205628 19805 19805
119223 119223 241777 241777 19805 19805
119224 119224 264230 264230 19805 19805
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 285.146ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website