inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 17430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 54471 | 54471 | 251959 251959 | 17430 17430 |
| 54472 | 54472 | 28760 28760 | 17430 17430 |
| 54473 | 54473 | 48192 48192 | 17430 17430 |
| 54474 | 54474 | 422803 422803 | 17430 17430 |
| 54475 | 54475 | 464254 464254 | 17430 17430 |
| 54476 | 54476 | 490820 490820 | 17430 17430 |
| 54477 | 54477 | 375071 375071 | 17430 17430 |
| 54478 | 54478 | 483522 483522 | 17430 17430 |
| 54479 | 54479 | 8420 8420 | 17430 17430 |
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)
);