inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30268
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 159545 | 159545 | 503092 503092 | 30268 30268 |
| 159546 | 159546 | 104081 104081 | 30268 30268 |
| 159547 | 159547 | 228199 228199 | 30268 30268 |
| 159548 | 159548 | 15556 15556 | 30268 30268 |
| 159549 | 159549 | 168246 168246 | 30268 30268 |
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)
);