inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 40649
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 502549 | 502549 | 345193 345193 | 40649 40649 |
| 502550 | 502550 | 253929 253929 | 40649 40649 |
| 502551 | 502551 | 37563 37563 | 40649 40649 |
| 502552 | 502552 | 513367 513367 | 40649 40649 |
| 502553 | 502553 | 54007 54007 | 40649 40649 |
| 502554 | 502554 | 126593 126593 | 40649 40649 |
| 502555 | 502555 | 21123 21123 | 40649 40649 |
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)
);