inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 10518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 456418 | 456418 | 28820 28820 | 10518 10518 |
| 456419 | 456419 | 490815 490815 | 10518 10518 |
| 456420 | 456420 | 58161 58161 | 10518 10518 |
| 456421 | 456421 | 4290 4290 | 10518 10518 |
| 456422 | 456422 | 251948 251948 | 10518 10518 |
| 456423 | 456423 | 303138 303138 | 10518 10518 |
| 456424 | 456424 | 8415 8415 | 10518 10518 |
| 456425 | 456425 | 218922 218922 | 10518 10518 |
| 456426 | 456426 | 81175 81175 | 10518 10518 |
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)
);