inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 9145
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 491551 | 491551 | 330226 330226 | 9145 9145 |
| 491552 | 491552 | 284344 284344 | 9145 9145 |
| 491553 | 491553 | 532224 532224 | 9145 9145 |
| 491554 | 491554 | 284343 284343 | 9145 9145 |
| 491555 | 491555 | 253400 253400 | 9145 9145 |
| 491556 | 491556 | 3679 3679 | 9145 9145 |
| 491557 | 491557 | 12953 12953 | 9145 9145 |
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)
);