inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 78819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 421660 | 421660 | 94549 94549 | 78819 78819 |
| 421661 | 421661 | 220259 220259 | 78819 78819 |
| 421662 | 421662 | 202086 202086 | 78819 78819 |
| 421663 | 421663 | 53901 53901 | 78819 78819 |
| 421664 | 421664 | 344998 344998 | 78819 78819 |
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)
);