inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15265
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115167 | 115167 | 7162 7162 | 15265 15265 |
| 115168 | 115168 | 304091 304091 | 15265 15265 |
| 115169 | 115169 | 77303 77303 | 15265 15265 |
| 115170 | 115170 | 155436 155436 | 15265 15265 |
| 115171 | 115171 | 488666 488666 | 15265 15265 |
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)
);