inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 160
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701459 | 701459 | 50 50 | 160 160 |
| 701460 | 701460 | 249783 249783 | 160 160 |
| 701461 | 701461 | 33689 33689 | 160 160 |
| 701462 | 701462 | 61280 61280 | 160 160 |
| 701463 | 701463 | 7990 7990 | 160 160 |
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)
);