inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15748
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 141655 | 141655 | 7460 7460 | 15748 15748 |
| 141656 | 141656 | 77863 77863 | 15748 15748 |
| 141657 | 141657 | 265675 265675 | 15748 15748 |
| 141658 | 141658 | 527461 527461 | 15748 15748 |
| 141659 | 141659 | 265674 265674 | 15748 15748 |
| 141660 | 141660 | 155796 155796 | 15748 15748 |
| 141661 | 141661 | 228764 228764 | 15748 15748 |
| 141662 | 141662 | 307561 307561 | 15748 15748 |
| 141663 | 141663 | 28459 28459 | 15748 15748 |
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)
);