inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 145988
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 811263 | 811263 | 211853 211853 | 145988 145988 |
| 811264 | 811264 | 101376 101376 | 145988 145988 |
| 811265 | 811265 | 165859 165859 | 145988 145988 |
| 811266 | 811266 | 165866 165866 | 145988 145988 |
| 811267 | 811267 | 295592 295592 | 145988 145988 |
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)
);