inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9124
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 724278 | 724278 | 34252 34252 | 9124 9124 |
| 724279 | 724279 | 273363 273363 | 9124 9124 |
| 724280 | 724280 | 3668 3668 | 9124 9124 |
| 724281 | 724281 | 10957 10957 | 9124 9124 |
| 724282 | 724282 | 247513 247513 | 9124 9124 |
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)
);