inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 2687
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 42118 | 42118 | 241230 241230 | 2687 2687 |
| 42119 | 42119 | 62620 62620 | 2687 2687 |
| 42120 | 42120 | 263408 263408 | 2687 2687 |
| 42121 | 42121 | 1039 1039 | 2687 2687 |
| 42122 | 42122 | 28629 28629 | 2687 2687 |
| 42123 | 42123 | 6961 6961 | 2687 2687 |
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)
);