inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 41485
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 855675 | 855675 | 254639 254639 | 41485 41485 |
| 855676 | 855676 | 55796 55796 | 41485 41485 |
| 855677 | 855677 | 38833 38833 | 41485 41485 |
| 855678 | 855678 | 21553 21553 | 41485 41485 |
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)
);