inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 80641
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 655488 | 655488 | 201742 201742 | 80641 80641 |
| 655489 | 655489 | 492915 492915 | 80641 80641 |
| 655490 | 655490 | 55162 55162 | 80641 80641 |
| 655491 | 655491 | 294983 294983 | 80641 80641 |
| 655492 | 655492 | 212151 212151 | 80641 80641 |
| 655493 | 655493 | 84689 84689 | 80641 80641 |
| 655494 | 655494 | 258568 258568 | 80641 80641 |
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)
);