inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 959113 | 959113 | 5098 5098 | 8077 8077 |
| 959114 | 959114 | 57806 57806 | 8077 8077 |
| 959115 | 959115 | 41294 41294 | 8077 8077 |
| 959116 | 959116 | 486261 486261 | 8077 8077 |
| 959117 | 959117 | 3227 3227 | 8077 8077 |
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)
);