inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 36265 | 36265 | 244384 244384 | 16313 16313 |
| 36266 | 36266 | 28386 28386 | 16313 16313 |
| 36267 | 36267 | 268812 268812 | 16313 16313 |
| 36268 | 36268 | 489620 489620 | 16313 16313 |
| 36269 | 36269 | 7797 7797 | 16313 16313 |
| 36270 | 36270 | 60552 60552 | 16313 16313 |
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)
);