inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 961949 | 961949 | 4410 4410 | 10758 10758 |
| 961950 | 961950 | 58444 58444 | 10758 10758 |
| 961951 | 961951 | 7746 7746 | 10758 10758 |
| 961952 | 961952 | 527737 527737 | 10758 10758 |
| 961953 | 961953 | 244209 244209 | 10758 10758 |
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)
);