inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47940
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694248 | 694248 | 47940 47940 | 13767 13767 |
| 747831 | 747831 | 47940 47940 | 13768 13768 |
| 899216 | 899216 | 47940 47940 | 69609 69609 |
| 901874 | 901874 | 47940 47940 | 69610 69610 |
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)
);