inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 357452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 746955 | 746955 | 274435 274435 | 357452 357452 |
| 746956 | 746956 | 370387 370387 | 357452 357452 |
| 746957 | 746957 | 482442 482442 | 357452 357452 |
| 746958 | 746958 | 417256 417256 | 357452 357452 |
| 746959 | 746959 | 460764 460764 | 357452 357452 |
| 746960 | 746960 | 507738 507738 | 357452 357452 |
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)
);