inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 39027
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 464115 | 464115 | 123686 123686 | 39027 39027 |
| 464116 | 464116 | 20282 20282 | 39027 39027 |
| 464117 | 464117 | 65227 65227 | 39027 39027 |
| 464118 | 464118 | 282419 282419 | 39027 39027 |
| 464119 | 464119 | 282418 282418 | 39027 39027 |
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)
);