inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 23115
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 384030 | 384030 | 482978 482978 | 23115 23115 |
| 384031 | 384031 | 93089 93089 | 23115 23115 |
| 384032 | 384032 | 419711 419711 | 23115 23115 |
| 384033 | 384033 | 497259 497259 | 23115 23115 |
| 384034 | 384034 | 372430 372430 | 23115 23115 |
| 384035 | 384035 | 11550 11550 | 23115 23115 |
| 384036 | 384036 | 462306 462306 | 23115 23115 |
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)
);