inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 28613
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 67011 | 67011 | 329506 329506 | 28613 28613 |
| 67012 | 67012 | 14624 14624 | 28613 28613 |
| 67013 | 67013 | 42465 42465 | 28613 28613 |
| 67014 | 67014 | 239736 239736 | 28613 28613 |
| 67015 | 67015 | 260166 260166 | 28613 28613 |
| 67016 | 67016 | 60052 60052 | 28613 28613 |
| 67017 | 67017 | 533584 533584 | 28613 28613 |
| 67018 | 67018 | 260167 260167 | 28613 28613 |
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)
);