inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15205
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 366228 | 366228 | 91996 91996 | 15205 15205 |
| 366229 | 366229 | 496731 496731 | 15205 15205 |
| 366230 | 366230 | 307840 307840 | 15205 15205 |
| 366231 | 366231 | 161852 161852 | 15205 15205 |
| 366232 | 366232 | 7128 7128 | 15205 15205 |
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)
);