inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15396
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 119974 | 119974 | 241851 241851 | 15396 15396 |
| 119975 | 119975 | 155563 155563 | 15396 15396 |
| 119976 | 119976 | 7241 7241 | 15396 15396 |
| 119977 | 119977 | 318697 318697 | 15396 15396 |
| 119978 | 119978 | 34136 34136 | 15396 15396 |
| 119979 | 119979 | 488803 488803 | 15396 15396 |
| 119980 | 119980 | 77489 77489 | 15396 15396 |
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)
);