inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 66210
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 672397 | 672397 | 259200 259200 | 66210 66210 |
| 672398 | 672398 | 493015 493015 | 66210 66210 |
| 672399 | 672399 | 296114 296114 | 66210 66210 |
| 672400 | 672400 | 158700 158700 | 66210 66210 |
| 672401 | 672401 | 313404 313404 | 66210 66210 |
| 672402 | 672402 | 45623 45623 | 66210 66210 |
| 672403 | 672403 | 211544 211544 | 66210 66210 |
| 672404 | 672404 | 529329 529329 | 66210 66210 |
| 672405 | 672405 | 296113 296113 | 66210 66210 |
| 672406 | 672406 | 84921 84921 | 66210 66210 |
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)
);