inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
13 rows where query_id = 16162
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 184731 | 184731 | 527706 527706 | 16162 16162 |
| 184732 | 184732 | 244123 244123 | 16162 16162 |
| 184733 | 184733 | 156148 156148 | 16162 16162 |
| 184734 | 184734 | 78463 78463 | 16162 16162 |
| 184735 | 184735 | 7706 7706 | 16162 16162 |
| 184736 | 184736 | 236483 236483 | 16162 16162 |
| 184737 | 184737 | 268325 268325 | 16162 16162 |
| 184738 | 184738 | 226925 226925 | 16162 16162 |
| 184739 | 184739 | 57849 57849 | 16162 16162 |
| 184740 | 184740 | 268326 268326 | 16162 16162 |
| 184741 | 184741 | 489509 489509 | 16162 16162 |
| 184742 | 184742 | 345146 345146 | 16162 16162 |
| 184743 | 184743 | 41200 41200 | 16162 16162 |
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)
);