inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 93239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192210 | 192210 | 494287 494287 | 93239 93239 |
| 192211 | 192211 | 201824 201824 | 93239 93239 |
| 192212 | 192212 | 63602 63602 | 93239 93239 |
| 192213 | 192213 | 268842 268842 | 93239 93239 |
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)
);