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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
127396 127396 264749 264749 15497 15497
127397 127397 264750 264750 15497 15497
127398 127398 488895 488895 15497 15497
127399 127399 35719 35719 15497 15497
127400 127400 7307 7307 15497 15497
127401 127401 264751 264751 15497 15497
127402 127402 77600 77600 15497 15497
127403 127403 56582 56582 15497 15497
127404 127404 155633 155633 15497 15497
127405 127405 318564 318564 15497 15497
127406 127406 242043 242043 15497 15497
127407 127407 264752 264752 15497 15497
127408 127408 527312 527312 15497 15497
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 298.002ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website