inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 30237
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 157027 | 157027 | 534453 534453 | 30237 30237 |
| 157028 | 157028 | 243057 243057 | 30237 30237 |
| 157029 | 157029 | 104008 104008 | 30237 30237 |
| 157030 | 157030 | 15539 15539 | 30237 30237 |
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)
);