inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11462
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 342699 | 342699 | 485914 485914 | 11462 11462 |
| 342700 | 342700 | 4805 4805 | 11462 11462 |
| 342701 | 342701 | 31471 31471 | 11462 11462 |
| 342702 | 342702 | 253323 253323 | 11462 11462 |
| 342703 | 342703 | 50943 50943 | 11462 11462 |
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)
);