inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 142902
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 828486 | 828486 | 99112 99112 | 142902 142902 |
| 828487 | 828487 | 215634 215634 | 142902 142902 |
| 828488 | 828488 | 238101 238101 | 142902 142902 |
| 828489 | 828489 | 164788 164788 | 142902 142902 |
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)
);