inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 8980
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 24183 | 24183 | 29555 29555 | 8980 8980 |
| 24184 | 24184 | 263326 263326 | 8980 8980 |
| 24185 | 24185 | 241192 241192 | 8980 8980 |
| 24186 | 24186 | 63215 63215 | 8980 8980 |
| 24187 | 24187 | 3607 3607 | 8980 8980 |
| 24188 | 24188 | 6942 6942 | 8980 8980 |
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)
);