inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 88696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115227 | 115227 | 323100 323100 | 88696 88696 |
| 115228 | 115228 | 77316 77316 | 88696 88696 |
| 115229 | 115229 | 488676 488676 | 88696 88696 |
| 115230 | 115230 | 155444 155444 | 88696 88696 |
| 115231 | 115231 | 60543 60543 | 88696 88696 |
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)
);