inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 93211
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 373958 | 373958 | 79228 79228 | 93211 93211 |
| 373959 | 373959 | 63592 63592 | 93211 93211 |
| 373960 | 373960 | 221579 221579 | 93211 93211 |
| 373961 | 373961 | 489907 489907 | 93211 93211 |
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)
);