inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 86035
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 623345 | 623345 | 312954 312954 | 86035 86035 |
| 623346 | 623346 | 58855 58855 | 86035 86035 |
| 623347 | 623347 | 522689 522689 | 86035 86035 |
| 623348 | 623348 | 203576 203576 | 86035 86035 |
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)
);