inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 11614
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 884045 | 884045 | 486037 486037 | 11614 11614 |
| 884046 | 884046 | 214867 214867 | 11614 11614 |
| 884047 | 884047 | 153313 153313 | 11614 11614 |
| 884048 | 884048 | 289681 289681 | 11614 11614 |
| 884049 | 884049 | 4902 4902 | 11614 11614 |
| 884050 | 884050 | 255960 255960 | 11614 11614 |
| 884051 | 884051 | 70490 70490 | 11614 11614 |
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)
);