inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 155780
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 886591 | 886591 | 225716 225716 | 155780 155780 |
| 886592 | 886592 | 199897 199897 | 155780 155780 |
| 886593 | 886593 | 107511 107511 | 155780 155780 |
| 886594 | 886594 | 169906 169906 | 155780 155780 |
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)
);