inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 85707
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192007 | 192007 | 244402 244402 | 85707 85707 |
| 192008 | 192008 | 58646 58646 | 85707 85707 |
| 192009 | 192009 | 504192 504192 | 85707 85707 |
| 192010 | 192010 | 268832 268832 | 85707 85707 |
| 192011 | 192011 | 169271 169271 | 85707 85707 |
| 192012 | 192012 | 268833 268833 | 85707 85707 |
| 192013 | 192013 | 106193 106193 | 85707 85707 |
| 192014 | 192014 | 305901 305901 | 85707 85707 |
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)
);