inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895443 | 895443 | 39709 39709 | 17978 17978 |
| 895444 | 895444 | 283778 283778 | 17978 17978 |
| 895445 | 895445 | 8733 8733 | 17978 17978 |
| 895446 | 895446 | 253061 253061 | 17978 17978 |
| 895447 | 895447 | 49451 49451 | 17978 17978 |
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)
);