inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403538
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 697548 | 697548 | 396651 396651 | 403538 403538 |
| 697549 | 697549 | 352593 352593 | 403538 403538 |
| 697550 | 697550 | 523684 523684 | 403538 403538 |
| 697551 | 697551 | 447836 447836 | 403538 403538 |
| 697552 | 697552 | 479895 479895 | 403538 403538 |
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)
);