inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 127387 | 127387 | 488894 488894 | 15495 15495 |
| 127388 | 127388 | 77599 77599 | 15495 15495 |
| 127389 | 127389 | 264748 264748 | 15495 15495 |
| 127390 | 127390 | 155632 155632 | 15495 15495 |
| 127391 | 127391 | 264747 264747 | 15495 15495 |
| 127392 | 127392 | 47955 47955 | 15495 15495 |
| 127393 | 127393 | 30362 30362 | 15495 15495 |
| 127394 | 127394 | 7306 7306 | 15495 15495 |
| 127395 | 127395 | 343128 343128 | 15495 15495 |
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)
);