inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 2015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 183602 | 183602 | 70523 70523 | 2015 2015 |
| 183603 | 183603 | 800 800 | 2015 2015 |
| 183604 | 183604 | 543140 543140 | 2015 2015 |
| 183605 | 183605 | 524312 524312 | 2015 2015 |
| 183606 | 183606 | 59066 59066 | 2015 2015 |
| 183607 | 183607 | 244051 244051 | 2015 2015 |
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)
);