inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15064
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 165434 | 165434 | 339512 339512 | 15064 15064 |
| 165435 | 165435 | 266967 266967 | 15064 15064 |
| 165436 | 165436 | 529957 529957 | 15064 15064 |
| 165437 | 165437 | 7044 7044 | 15064 15064 |
| 165438 | 165438 | 227987 227987 | 15064 15064 |
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)
);