inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 118645
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 603661 | 603661 | 492637 492637 | 118645 118645 |
| 603662 | 603662 | 213880 213880 | 118645 118645 |
| 603663 | 603663 | 84063 84063 | 118645 118645 |
| 603664 | 603664 | 332130 332130 | 118645 118645 |
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)
);