inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 859463 | 859463 | 495113 495113 | 404233 404233 |
| 859464 | 859464 | 481899 481899 | 404233 404233 |
| 859465 | 859465 | 368420 368420 | 404233 404233 |
| 859466 | 859466 | 459328 459328 | 404233 404233 |
| 859467 | 859467 | 415019 415019 | 404233 404233 |
| 859468 | 859468 | 415018 415018 | 404233 404233 |
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)
);