inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 633
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 816579 | 816579 | 208626 208626 | 633 633 |
| 816580 | 816580 | 86841 86841 | 633 633 |
| 816581 | 816581 | 233 233 | 633 633 |
| 816582 | 816582 | 228103 228103 | 633 633 |
| 816583 | 816583 | 159508 159508 | 633 633 |
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)
);