inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 33599
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 296891 | 296891 | 48601 48601 | 33599 33599 |
| 296892 | 296892 | 17404 17404 | 33599 33599 |
| 296893 | 296893 | 506323 506323 | 33599 33599 |
| 296894 | 296894 | 110960 110960 | 33599 33599 |
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)
);