inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 15760
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 143154 | 143154 | 265713 265713 | 15760 15760 |
| 143155 | 143155 | 489096 489096 | 15760 15760 |
| 143156 | 143156 | 155805 155805 | 15760 15760 |
| 143157 | 143157 | 527468 527468 | 15760 15760 |
| 143158 | 143158 | 41722 41722 | 15760 15760 |
| 143159 | 143159 | 265714 265714 | 15760 15760 |
| 143160 | 143160 | 77873 77873 | 15760 15760 |
| 143161 | 143161 | 46851 46851 | 15760 15760 |
| 143162 | 143162 | 242743 242743 | 15760 15760 |
| 143163 | 143163 | 7467 7467 | 15760 15760 |
| 143164 | 143164 | 334771 334771 | 15760 15760 |
| 143165 | 143165 | 228688 228688 | 15760 15760 |
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)
);