inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 108478
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 863257 | 863257 | 241206 241206 | 108478 108478 |
| 863258 | 863258 | 77086 77086 | 108478 108478 |
| 863259 | 863259 | 230610 230610 | 108478 108478 |
| 863260 | 863260 | 155286 155286 | 108478 108478 |
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)
);