inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 143318
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 560526 | 560526 | 289211 289211 | 143318 143318 |
| 560527 | 560527 | 289212 289212 | 143318 143318 |
| 560528 | 560528 | 164921 164921 | 143318 143318 |
| 560529 | 560529 | 255710 255710 | 143318 143318 |
| 560530 | 560530 | 99351 99351 | 143318 143318 |
| 560531 | 560531 | 215066 215066 | 143318 143318 |
| 560532 | 560532 | 298784 298784 | 143318 143318 |
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)
);