inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 608
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 717603 | 717603 | 33988 33988 | 608 608 |
| 717604 | 717604 | 228 228 | 608 608 |
| 717605 | 717605 | 292261 292261 | 608 608 |
| 717606 | 717606 | 14125 14125 | 608 608 |
| 717607 | 717607 | 257174 257174 | 608 608 |
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)
);