inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 3921
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 341517 | 341517 | 210124 210124 | 3921 3921 |
| 341518 | 341518 | 222149 222149 | 3921 3921 |
| 341519 | 341519 | 70571 70571 | 3921 3921 |
| 341520 | 341520 | 1542 1542 | 3921 3921 |
| 341521 | 341521 | 536968 536968 | 3921 3921 |
| 341522 | 341522 | 329759 329759 | 3921 3921 |
| 341523 | 341523 | 115640 115640 | 3921 3921 |
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)
);