inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54245
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 195389 | 195389 | 57872 57872 | 54245 54245 |
| 195390 | 195390 | 534970 534970 | 54245 54245 |
| 195391 | 195391 | 244528 244528 | 54245 54245 |
| 195392 | 195392 | 337106 337106 | 54245 54245 |
| 195393 | 195393 | 28641 28641 | 54245 54245 |
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)
);