inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23620
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 418043 | 418043 | 162782 162782 | 23620 23620 |
| 418044 | 418044 | 11829 11829 | 23620 23620 |
| 418045 | 418045 | 497798 497798 | 23620 23620 |
| 418046 | 418046 | 531671 531671 | 23620 23620 |
| 418047 | 418047 | 94228 94228 | 23620 23620 |
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)
);