inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 204638 | 204638 | 28 28 | 89 89 |
| 204639 | 204639 | 44812 44812 | 89 89 |
| 204640 | 204640 | 72731 72731 | 89 89 |
| 204641 | 204641 | 225904 225904 | 89 89 |
| 204642 | 204642 | 245053 245053 | 89 89 |
| 204643 | 204643 | 543392 543392 | 89 89 |
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)
);