inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404068
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 30885 | 30885 | 494491 494491 | 404068 404068 |
| 30886 | 30886 | 481566 481566 | 404068 404068 |
| 30887 | 30887 | 413584 413584 | 404068 404068 |
| 30888 | 30888 | 367207 367207 | 404068 404068 |
| 30889 | 30889 | 458404 458404 | 404068 404068 |
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)
);