inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23767
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 266028 | 266028 | 250625 250625 | 23767 23767 |
| 266029 | 266029 | 279348 279348 | 23767 23767 |
| 266030 | 266030 | 11904 11904 | 23767 23767 |
| 266031 | 266031 | 497930 497930 | 23767 23767 |
| 266032 | 266032 | 56228 56228 | 23767 23767 |
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)
);