inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 22437
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 286173 | 286173 | 239305 239305 | 22437 22437 |
| 286174 | 286174 | 30702 30702 | 22437 22437 |
| 286175 | 286175 | 11181 11181 | 22437 22437 |
| 286176 | 286176 | 48174 48174 | 22437 22437 |
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)
);