inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 17792
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 11418 | 11418 | 491062 491062 | 17792 17792 |
| 11419 | 11419 | 252764 252764 | 17792 17792 |
| 11420 | 11420 | 283289 283289 | 17792 17792 |
| 11421 | 11421 | 8626 8626 | 17792 17792 |
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)
);