inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 6478
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 906865 | 906865 | 220614 220614 | 6478 6478 |
| 906866 | 906866 | 119707 119707 | 6478 6478 |
| 906867 | 906867 | 2580 2580 | 6478 6478 |
| 906868 | 906868 | 72605 72605 | 6478 6478 |
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)
);