inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 752589 | 752589 | 251370 251370 | 17194 17194 |
| 752590 | 752590 | 35920 35920 | 17194 17194 |
| 752591 | 752591 | 280696 280696 | 17194 17194 |
| 752592 | 752592 | 490563 490563 | 17194 17194 |
| 752593 | 752593 | 8289 8289 | 17194 17194 |
| 752594 | 752594 | 49307 49307 | 17194 17194 |
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)
);