inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 724746 | 724746 | 244157 244157 | 16187 16187 |
| 724747 | 724747 | 34303 34303 | 16187 16187 |
| 724748 | 724748 | 7722 7722 | 16187 16187 |
| 724749 | 724749 | 226878 226878 | 16187 16187 |
| 724750 | 724750 | 268376 268376 | 16187 16187 |
| 724751 | 724751 | 45908 45908 | 16187 16187 |
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)
);