inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 28537
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 65899 | 65899 | 501307 501307 | 28537 28537 |
| 65900 | 65900 | 232110 232110 | 28537 28537 |
| 65901 | 65901 | 101611 101611 | 28537 28537 |
| 65902 | 65902 | 209528 209528 | 28537 28537 |
| 65903 | 65903 | 335408 335408 | 28537 28537 |
| 65904 | 65904 | 14575 14575 | 28537 28537 |
| 65905 | 65905 | 239674 239674 | 28537 28537 |
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)
);