inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 17863
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478481 | 478481 | 283528 283528 | 17863 17863 |
| 478482 | 478482 | 8667 8667 | 17863 17863 |
| 478483 | 478483 | 54846 54846 | 17863 17863 |
| 478484 | 478484 | 252905 252905 | 17863 17863 |
| 478485 | 478485 | 491143 491143 | 17863 17863 |
| 478486 | 478486 | 283527 283527 | 17863 17863 |
| 478487 | 478487 | 81892 81892 | 17863 17863 |
| 478488 | 478488 | 32559 32559 | 17863 17863 |
| 478489 | 478489 | 217971 217971 | 17863 17863 |
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)
);