inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 24211
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 430427 | 430427 | 163303 163303 | 24211 24211 |
| 430428 | 430428 | 421399 421399 | 24211 24211 |
| 430429 | 430429 | 373820 373820 | 24211 24211 |
| 430430 | 430430 | 219903 219903 | 24211 24211 |
| 430431 | 430431 | 12138 12138 | 24211 24211 |
| 430432 | 430432 | 498344 498344 | 24211 24211 |
| 430433 | 430433 | 463383 463383 | 24211 24211 |
| 430434 | 430434 | 483310 483310 | 24211 24211 |
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)
);