inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68039
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 491741 | 491741 | 68039 68039 | 25700 25700 |
| 857997 | 857997 | 68039 68039 | 100098 100098 |
| 883866 | 883866 | 68039 68039 | 100097 100097 |
| 905558 | 905558 | 68039 68039 | 100099 100099 |
| 905562 | 905562 | 68039 68039 | 100100 100100 |
| 906434 | 906434 | 68039 68039 | 100101 100101 |
| 997542 | 997542 | 68039 68039 | 100102 100102 |
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)
);