inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 69314
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1905 | 1905 | 69314 69314 | 101924 101924 |
| 32269 | 32269 | 69314 69314 | 101922 101922 |
| 373051 | 373051 | 69314 69314 | 101921 101921 |
| 702760 | 702760 | 69314 69314 | 101923 101923 |
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)
);