inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 3668
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438895 | 438895 | 490440 490440 | 3668 3668 |
| 438896 | 438896 | 80466 80466 | 3668 3668 |
| 438897 | 438897 | 219805 219805 | 3668 3668 |
| 438898 | 438898 | 528212 528212 | 3668 3668 |
| 438899 | 438899 | 156747 156747 | 3668 3668 |
| 438900 | 438900 | 70572 70572 | 3668 3668 |
| 438901 | 438901 | 1455 1455 | 3668 3668 |
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)
);