inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 34773
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 285516 | 285516 | 18037 18037 | 34773 34773 |
| 285517 | 285517 | 30675 30675 | 34773 34773 |
| 285518 | 285518 | 248023 248023 | 34773 34773 |
| 285519 | 285519 | 66730 66730 | 34773 34773 |
| 285520 | 285520 | 536542 536542 | 34773 34773 |
| 285521 | 285521 | 274556 274556 | 34773 34773 |
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)
);