inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 26281
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 930379 | 930379 | 60684 60684 | 26281 26281 |
| 930380 | 930380 | 285416 285416 | 26281 26281 |
| 930381 | 930381 | 499339 499339 | 26281 26281 |
| 930382 | 930382 | 13272 13272 | 26281 26281 |
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)
);