inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 54981
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 401274 | 401274 | 54981 54981 | 80373 80373 |
| 619769 | 619769 | 54981 54981 | 80371 80371 |
| 833492 | 833492 | 54981 54981 | 80374 80374 |
| 961840 | 961840 | 54981 54981 | 80372 80372 |
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)
);