inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 69777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 63035 | 63035 | 76103 76103 | 69777 69777 |
| 63036 | 63036 | 259998 259998 | 69777 69777 |
| 63037 | 63037 | 154553 154553 | 69777 69777 |
| 63038 | 63038 | 259997 259997 | 69777 69777 |
| 63039 | 63039 | 48028 48028 | 69777 69777 |
| 63040 | 63040 | 239635 239635 | 69777 69777 |
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)
);