inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14116
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 696914 | 696914 | 6434 6434 | 14116 14116 |
| 696915 | 696915 | 488012 488012 | 14116 14116 |
| 696916 | 696916 | 33494 33494 | 14116 14116 |
| 696917 | 696917 | 240257 240257 | 14116 14116 |
| 696918 | 696918 | 261249 261249 | 14116 14116 |
| 696919 | 696919 | 48049 48049 | 14116 14116 |
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)
);