inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61839
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 625345 | 625345 | 61839 61839 | 11992 11992 |
| 790435 | 790435 | 61839 61839 | 90689 90689 |
| 846648 | 846648 | 61839 61839 | 11993 11993 |
| 1030972 | 1030972 | 61839 61839 | 90690 90690 |
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)
);