inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 53273
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 556973 | 556973 | 53273 53273 | 11585 11585 |
| 812400 | 812400 | 53273 53273 | 77949 77949 |
| 812408 | 812408 | 53273 53273 | 11586 11586 |
| 867325 | 867325 | 53273 53273 | 77948 77948 |
| 893690 | 893690 | 53273 53273 | 12614 12614 |
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)
);