inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 67441
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 111767 | 111767 | 46513 46513 | 67441 67441 |
| 111768 | 111768 | 263714 263714 | 67441 67441 |
| 111769 | 111769 | 317392 317392 | 67441 67441 |
| 111770 | 111770 | 230459 230459 | 67441 67441 |
| 111771 | 111771 | 86121 86121 | 67441 67441 |
| 111772 | 111772 | 493597 493597 | 67441 67441 |
| 111773 | 111773 | 263715 263715 | 67441 67441 |
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)
);