inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31522
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 201603 | 201603 | 169657 169657 | 31522 31522 |
| 201604 | 201604 | 226117 226117 | 31522 31522 |
| 201605 | 201605 | 343293 343293 | 31522 31522 |
| 201606 | 201606 | 106983 106983 | 31522 31522 |
| 201607 | 201607 | 16266 16266 | 31522 31522 |
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)
);