inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 345529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 798131 | 798131 | 445333 445333 | 345529 345529 |
| 798132 | 798132 | 258882 258882 | 345529 345529 |
| 798133 | 798133 | 501186 501186 | 345529 345529 |
| 798134 | 798134 | 478771 478771 | 345529 345529 |
| 798135 | 798135 | 393727 393727 | 345529 345529 |
| 798136 | 798136 | 485412 485412 | 345529 345529 |
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)
);