inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 19686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 111038 | 111038 | 318934 318934 | 19686 19686 |
| 111039 | 111039 | 493581 493581 | 19686 19686 |
| 111040 | 111040 | 529594 529594 | 19686 19686 |
| 111041 | 111041 | 32897 32897 | 19686 19686 |
| 111042 | 111042 | 9658 9658 | 19686 19686 |
| 111043 | 111043 | 230480 230480 | 19686 19686 |
| 111044 | 111044 | 54166 54166 | 19686 19686 |
| 111045 | 111045 | 86078 86078 | 19686 19686 |
| 111046 | 111046 | 241467 241467 | 19686 19686 |
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)
);