inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 15944
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 167640 | 167640 | 340372 340372 | 15944 15944 |
| 167641 | 167641 | 38688 38688 | 15944 15944 |
| 167642 | 167642 | 7580 7580 | 15944 15944 |
| 167643 | 167643 | 78160 78160 | 15944 15944 |
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)
);