inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 143028
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 557176 | 557176 | 317641 317641 | 143028 143028 |
| 557177 | 557177 | 215192 215192 | 143028 143028 |
| 557178 | 557178 | 289014 289014 | 143028 143028 |
| 557179 | 557179 | 164852 164852 | 143028 143028 |
| 557180 | 557180 | 99188 99188 | 143028 143028 |
| 557181 | 557181 | 289015 289015 | 143028 143028 |
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)
);