inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21534
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 721411 | 721411 | 10677 10677 | 21534 21534 |
| 721412 | 721412 | 246694 246694 | 21534 21534 |
| 721413 | 721413 | 495230 495230 | 21534 21534 |
| 721414 | 721414 | 62313 62313 | 21534 21534 |
| 721415 | 721415 | 530509 530509 | 21534 21534 |
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)
);