inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49277
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 56243 | 56243 | 49277 49277 | 71735 71735 |
| 401028 | 401028 | 49277 49277 | 71736 71736 |
| 694573 | 694573 | 49277 49277 | 457 457 |
| 914911 | 914911 | 49277 49277 | 71733 71733 |
| 937961 | 937961 | 49277 49277 | 71734 71734 |
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)
);