inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20714
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 194039 | 194039 | 10245 10245 | 20714 20714 |
| 194040 | 194040 | 244494 244494 | 20714 20714 |
| 194041 | 194041 | 87259 87259 | 20714 20714 |
| 194042 | 194042 | 269015 269015 | 20714 20714 |
| 194043 | 194043 | 29847 29847 | 20714 20714 |
| 194044 | 194044 | 269014 269014 | 20714 20714 |
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)
);