inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 16272
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 26045 | 26045 | 268577 268577 | 16272 16272 |
| 26046 | 26046 | 7771 7771 | 16272 16272 |
| 26047 | 26047 | 489588 489588 | 16272 16272 |
| 26048 | 26048 | 244262 244262 | 16272 16272 |
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)
);