inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 302701
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 559754 | 559754 | 210347 210347 | 302701 302701 |
| 559755 | 559755 | 215093 215093 | 302701 302701 |
| 559756 | 559756 | 338339 338339 | 302701 302701 |
| 559757 | 559757 | 540169 540169 | 302701 302701 |
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)
);