inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 61044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122020 | 122020 | 61044 61044 | 29427 29427 |
| 787855 | 787855 | 61044 61044 | 89430 89430 |
| 787975 | 787975 | 61044 61044 | 89429 89429 |
| 788314 | 788314 | 61044 61044 | 89431 89431 |
| 788326 | 788326 | 61044 61044 | 89432 89432 |
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)
);