inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 235816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 126275 | 126275 | 235816 235816 | 91714 91714 |
| 783807 | 783807 | 235816 235816 | 1760 1760 |
| 808792 | 808792 | 235816 235816 | 323447 323447 |
| 892619 | 892619 | 235816 235816 | 84898 84898 |
| 892969 | 892969 | 235816 235816 | 323446 323446 |
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)
);