inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 197170 | 197170 | 47852 47852 | 16367 16367 |
| 401095 | 401095 | 47852 47852 | 69456 69456 |
| 747387 | 747387 | 47852 47852 | 16368 16368 |
| 937970 | 937970 | 47852 47852 | 69455 69455 |
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)
);