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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
697163 697163 374398 374398 404992 404992
697164 697164 422114 422114 404992 404992
697165 697165 463821 463821 404992 404992
697166 697166 374400 374400 404992 404992
697167 697167 422115 422115 404992 404992
697168 697168 463823 463823 404992 404992
697169 697169 422113 422113 404992 404992
697170 697170 483408 483408 404992 404992
697171 697171 511170 511170 404992 404992
697172 697172 463822 463822 404992 404992
697173 697173 374399 374399 404992 404992
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 847.256ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website