inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 63166
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 315694 | 315694 | 63166 63166 | 875 875 |
| 742375 | 742375 | 63166 63166 | 876 876 |
| 795563 | 795563 | 63166 63166 | 92567 92567 |
| 812931 | 812931 | 63166 63166 | 92566 92566 |
| 997355 | 997355 | 63166 63166 | 878 878 |
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)
);