inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 55384
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 270673 | 270673 | 55384 55384 | 4892 4892 |
| 653640 | 653640 | 55384 55384 | 4890 4890 |
| 850343 | 850343 | 55384 55384 | 80910 80910 |
| 873268 | 873268 | 55384 55384 | 80909 80909 |
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)
);