inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 15353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 117877 | 117877 | 77428 77428 | 15353 15353 |
| 117878 | 117878 | 488755 488755 | 15353 15353 |
| 117879 | 117879 | 7212 7212 | 15353 15353 |
| 117880 | 117880 | 241750 241750 | 15353 15353 |
| 117881 | 117881 | 230255 230255 | 15353 15353 |
| 117882 | 117882 | 155520 155520 | 15353 15353 |
| 117883 | 117883 | 346745 346745 | 15353 15353 |
| 117884 | 117884 | 66472 66472 | 15353 15353 |
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)
);