inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 4681
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 865554 | 865554 | 208197 208197 | 4681 4681 |
| 865555 | 865555 | 237852 237852 | 4681 4681 |
| 865556 | 865556 | 1846 1846 | 4681 4681 |
| 865557 | 865557 | 71794 71794 | 4681 4681 |
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)
);