inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 70442
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 615519 | 615519 | 70442 70442 | 6870 6870 |
| 818435 | 818435 | 70442 70442 | 103713 103713 |
| 964631 | 964631 | 70442 70442 | 6873 6873 |
| 964971 | 964971 | 70442 70442 | 6871 6871 |
| 981464 | 981464 | 70442 70442 | 103714 103714 |
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)
);