inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 66190
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 139267 | 139267 | 265457 265457 | 66190 66190 |
| 139268 | 139268 | 265459 265459 | 66190 66190 |
| 139269 | 139269 | 265460 265460 | 66190 66190 |
| 139270 | 139270 | 265458 265458 | 66190 66190 |
| 139271 | 139271 | 45614 45614 | 66190 66190 |
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)
);