inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740323 | 740323 | 396257 396257 | 403518 403518 |
| 740324 | 740324 | 352223 352223 | 403518 403518 |
| 740325 | 740325 | 479841 479841 | 403518 403518 |
| 740326 | 740326 | 501448 501448 | 403518 403518 |
| 740327 | 740327 | 447595 447595 | 403518 403518 |
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)
);