inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 3897
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 841880 | 841880 | 248901 248901 | 3897 3897 |
| 841881 | 841881 | 50031 50031 | 3897 3897 |
| 841882 | 841882 | 276293 276293 | 3897 3897 |
| 841883 | 841883 | 6123 6123 | 3897 3897 |
| 841884 | 841884 | 221974 221974 | 3897 3897 |
| 841885 | 841885 | 1535 1535 | 3897 3897 |
| 841886 | 841886 | 38562 38562 | 3897 3897 |
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)
);