inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 102383
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 878897 | 878897 | 74635 74635 | 102383 102383 |
| 878898 | 878898 | 69588 69588 | 102383 102383 |
| 878899 | 878899 | 238546 238546 | 102383 102383 |
| 878900 | 878900 | 206277 206277 | 102383 102383 |
| 878901 | 878901 | 153558 153558 | 102383 102383 |
| 878902 | 878902 | 206278 206278 | 102383 102383 |
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)
);