inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 110649
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 696215 | 696215 | 272090 272090 | 110649 110649 |
| 696216 | 696216 | 207890 207890 | 110649 110649 |
| 696217 | 696217 | 78828 78828 | 110649 110649 |
| 696218 | 696218 | 489719 489719 | 110649 110649 |
| 696219 | 696219 | 156334 156334 | 110649 110649 |
| 696220 | 696220 | 246674 246674 | 110649 110649 |
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)
);