inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100159
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 925113 | 925113 | 209576 209576 | 100159 100159 |
| 925114 | 925114 | 101790 101790 | 100159 100159 |
| 925115 | 925115 | 209575 209575 | 100159 100159 |
| 925116 | 925116 | 68077 68077 | 100159 100159 |
| 925117 | 925117 | 231909 231909 | 100159 100159 |
| 925118 | 925118 | 166016 166016 | 100159 100159 |
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)
);