inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 19255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 672303 | 672303 | 211548 211548 | 19255 19255 |
| 672304 | 672304 | 9428 9428 | 19255 19255 |
| 672305 | 672305 | 84912 84912 | 19255 19255 |
| 672306 | 672306 | 61431 61431 | 19255 19255 |
| 672307 | 672307 | 296103 296103 | 19255 19255 |
| 672308 | 672308 | 296102 296102 | 19255 19255 |
| 672309 | 672309 | 493009 493009 | 19255 19255 |
| 672310 | 672310 | 32671 32671 | 19255 19255 |
| 672311 | 672311 | 529325 529325 | 19255 19255 |
| 672312 | 672312 | 259196 259196 | 19255 19255 |
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)
);