inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 115530
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 480631 | 480631 | 217842 217842 | 115530 115530 |
| 480632 | 480632 | 81993 81993 | 115530 115530 |
| 480633 | 480633 | 157417 157417 | 115530 115530 |
| 480634 | 480634 | 332526 332526 | 115530 115530 |
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)
);