inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 21175 | 21175 | 65172 65172 | 10852 10852 |
| 21176 | 21176 | 279209 279209 | 10852 10852 |
| 21177 | 21177 | 4457 4457 | 10852 10852 |
| 21178 | 21178 | 29449 29449 | 10852 10852 |
| 21179 | 21179 | 250540 250540 | 10852 10852 |
| 21180 | 21180 | 8035 8035 | 10852 10852 |
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)
);