inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9689
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 980240 | 980240 | 41981 41981 | 9689 9689 |
| 980241 | 980241 | 250984 250984 | 9689 9689 |
| 980242 | 980242 | 490354 490354 | 9689 9689 |
| 980243 | 980243 | 55906 55906 | 9689 9689 |
| 980244 | 980244 | 3921 3921 | 9689 9689 |
| 980245 | 980245 | 8147 8147 | 9689 9689 |
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)
);