inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 83619
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 395273 | 395273 | 250183 250183 | 83619 83619 |
| 395274 | 395274 | 325312 325312 | 83619 83619 |
| 395275 | 395275 | 537699 537699 | 83619 83619 |
| 395276 | 395276 | 57375 57375 | 83619 83619 |
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)
);