inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 10665
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 946226 | 946226 | 11654 11654 | 10665 10665 |
| 946227 | 946227 | 4363 4363 | 10665 10665 |
| 946228 | 946228 | 497456 497456 | 10665 10665 |
| 946229 | 946229 | 40748 40748 | 10665 10665 |
| 946230 | 946230 | 278282 278282 | 10665 10665 |
| 946231 | 946231 | 45972 45972 | 10665 10665 |
| 946232 | 946232 | 531524 531524 | 10665 10665 |
| 946233 | 946233 | 250027 250027 | 10665 10665 |
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)
);