inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 46201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 580303 | 580303 | 290619 290619 | 46201 46201 |
| 580304 | 580304 | 65312 65312 | 46201 46201 |
| 580305 | 580305 | 290620 290620 | 46201 46201 |
| 580306 | 580306 | 134900 134900 | 46201 46201 |
| 580307 | 580307 | 24037 24037 | 46201 46201 |
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)
);