inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27697
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 824682 | 824682 | 532993 532993 | 27697 27697 |
| 824683 | 824683 | 14082 14082 | 27697 27697 |
| 824684 | 824684 | 50037 50037 | 27697 27697 |
| 824685 | 824685 | 38020 38020 | 27697 27697 |
| 824686 | 824686 | 257106 257106 | 27697 27697 |
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)
);