inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 15269
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115201 | 115201 | 77312 77312 | 15269 15269 |
| 115202 | 115202 | 34707 34707 | 15269 15269 |
| 115203 | 115203 | 263951 263951 | 15269 15269 |
| 115204 | 115204 | 331331 331331 | 15269 15269 |
| 115205 | 115205 | 48349 48349 | 15269 15269 |
| 115206 | 115206 | 241632 241632 | 15269 15269 |
| 115207 | 115207 | 263952 263952 | 15269 15269 |
| 115208 | 115208 | 488673 488673 | 15269 15269 |
| 115209 | 115209 | 155441 155441 | 15269 15269 |
| 115210 | 115210 | 7164 7164 | 15269 15269 |
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)
);