inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21742
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 868595 | 868595 | 247184 247184 | 21742 21742 |
| 868596 | 868596 | 10792 10792 | 21742 21742 |
| 868597 | 868597 | 495517 495517 | 21742 21742 |
| 868598 | 868598 | 60384 60384 | 21742 21742 |
| 868599 | 868599 | 272748 272748 | 21742 21742 |
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)
);