inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 1228
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41607 | 41607 | 1228 1228 | 3140 3140 |
| 99822 | 99822 | 1228 1228 | 3139 3139 |
| 834044 | 834044 | 1228 1228 | 3142 3142 |
| 837740 | 837740 | 1228 1228 | 3143 3143 |
| 850292 | 850292 | 1228 1228 | 3141 3141 |
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)
);