inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27571
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 716616 | 716616 | 291698 291698 | 27571 27571 |
| 716617 | 716617 | 256900 256900 | 27571 27571 |
| 716618 | 716618 | 13994 13994 | 27571 27571 |
| 716619 | 716619 | 500560 500560 | 27571 27571 |
| 716620 | 716620 | 33964 33964 | 27571 27571 |
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)
);