inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 62869
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 174478 | 174478 | 62869 62869 | 61308 61308 |
| 796766 | 796766 | 62869 62869 | 92157 92157 |
| 797507 | 797507 | 62869 62869 | 92158 92158 |
| 931352 | 931352 | 62869 62869 | 61309 61309 |
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)
);