inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11018
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895830 | 895830 | 4540 4540 | 11018 11018 |
| 895831 | 895831 | 240304 240304 | 11018 11018 |
| 895832 | 895832 | 231479 231479 | 11018 11018 |
| 895833 | 895833 | 261339 261339 | 11018 11018 |
| 895834 | 895834 | 14908 14908 | 11018 11018 |
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)
);