inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405247
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 45781 | 45781 | 466305 466305 | 405247 405247 |
| 45782 | 45782 | 484019 484019 | 405247 405247 |
| 45783 | 45783 | 514229 514229 | 405247 405247 |
| 45784 | 45784 | 425968 425968 | 405247 405247 |
| 45785 | 45785 | 377934 377934 | 405247 405247 |
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)
);