inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 100690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 377596 | 377596 | 162149 162149 | 100690 100690 |
| 377597 | 377597 | 249440 249440 | 100690 100690 |
| 377598 | 377598 | 301543 301543 | 100690 100690 |
| 377599 | 377599 | 221431 221431 | 100690 100690 |
| 377600 | 377600 | 531375 531375 | 100690 100690 |
| 377601 | 377601 | 92687 92687 | 100690 100690 |
| 377602 | 377602 | 68420 68420 | 100690 100690 |
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)
);