inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 10192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 196758 | 196758 | 342928 342928 | 10192 10192 |
| 196759 | 196759 | 47257 47257 | 10192 10192 |
| 196760 | 196760 | 27321 27321 | 10192 10192 |
| 196761 | 196761 | 4133 4133 | 10192 10192 |
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)
);