inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 15920
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 162050 | 162050 | 78123 78123 | 15920 15920 |
| 162051 | 162051 | 40800 40800 | 15920 15920 |
| 162052 | 162052 | 308633 308633 | 15920 15920 |
| 162053 | 162053 | 155946 155946 | 15920 15920 |
| 162054 | 162054 | 489270 489270 | 15920 15920 |
| 162055 | 162055 | 7566 7566 | 15920 15920 |
| 162056 | 162056 | 527560 527560 | 15920 15920 |
| 162057 | 162057 | 243333 243333 | 15920 15920 |
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)
);