inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16695
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 864741 | 864741 | 250310 250310 | 16695 16695 |
| 864742 | 864742 | 39107 39107 | 16695 16695 |
| 864743 | 864743 | 8022 8022 | 16695 16695 |
| 864744 | 864744 | 220577 220577 | 16695 16695 |
| 864745 | 864745 | 63367 63367 | 16695 16695 |
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)
);