home / zeropm-v0-0-4

inventory_summary

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

13 rows where query_id = 60217

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
457653 457653 375088 375088 60217 60217
457654 457654 422824 422824 60217 60217
457655 457655 422823 422823 60217 60217
457656 457656 218856 218856 60217 60217
457657 457657 251992 251992 60217 60217
457658 457658 483532 483532 60217 60217
457659 457659 375089 375089 60217 60217
457660 457660 68974 68974 60217 60217
457661 457661 464271 464271 60217 60217
457662 457662 464270 464270 60217 60217
457663 457663 507314 507314 60217 60217
457664 457664 38580 38580 60217 60217
457665 457665 123129 123129 60217 60217
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.838ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website