inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 135084
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 420932 | 420932 | 497894 497894 | 135084 135084 |
| 420933 | 420933 | 297943 297943 | 135084 135084 |
| 420934 | 420934 | 94425 94425 | 135084 135084 |
| 420935 | 420935 | 220288 220288 | 135084 135084 |
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)
);