inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 149582
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 142831 | 142831 | 228696 228696 | 149582 149582 |
| 142832 | 142832 | 339441 339441 | 149582 149582 |
| 142833 | 142833 | 168000 168000 | 149582 149582 |
| 142834 | 142834 | 103749 103749 | 149582 149582 |
| 142835 | 142835 | 534363 534363 | 149582 149582 |
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)
);