inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 12232
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 261385 | 261385 | 5316 5316 | 12232 12232 |
| 261386 | 261386 | 258400 258400 | 12232 12232 |
| 261387 | 261387 | 526026 526026 | 12232 12232 |
| 261388 | 261388 | 31841 31841 | 12232 12232 |
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)
);