inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 71599
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 811499 | 811499 | 293761 293761 | 71599 71599 |
| 811500 | 811500 | 49179 49179 | 71599 71599 |
| 811501 | 811501 | 522840 522840 | 71599 71599 |
| 811502 | 811502 | 257849 257849 | 71599 71599 |
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)
);