inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 14594
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 766046 | 766046 | 6749 6749 | 14594 14594 |
| 766047 | 766047 | 262547 262547 | 14594 14594 |
| 766048 | 766048 | 36348 36348 | 14594 14594 |
| 766049 | 766049 | 55518 55518 | 14594 14594 |
| 766050 | 766050 | 488401 488401 | 14594 14594 |
| 766051 | 766051 | 240833 240833 | 14594 14594 |
| 766052 | 766052 | 526889 526889 | 14594 14594 |
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)
);