inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 130150
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 790585 | 790585 | 222300 222300 | 130150 130150 |
| 790586 | 790586 | 248497 248497 | 130150 130150 |
| 790587 | 790587 | 237255 237255 | 130150 130150 |
| 790588 | 790588 | 161582 161582 | 130150 130150 |
| 790589 | 790589 | 91398 91398 | 130150 130150 |
| 790590 | 790590 | 208892 208892 | 130150 130150 |
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)
);