inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61694
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694951 | 694951 | 339547 339547 | 61694 61694 |
| 694952 | 694952 | 297419 297419 | 61694 61694 |
| 694953 | 694953 | 297418 297418 | 61694 61694 |
| 694954 | 694954 | 62530 62530 | 61694 61694 |
| 694955 | 694955 | 41064 41064 | 61694 61694 |
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)
);