inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 146652
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 893108 | 893108 | 235350 235350 | 146652 146652 |
| 893109 | 893109 | 239915 239915 | 146652 146652 |
| 893110 | 893110 | 166047 166047 | 146652 146652 |
| 893111 | 893111 | 101851 101851 | 146652 146652 |
| 893112 | 893112 | 231863 231863 | 146652 146652 |
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)
);