inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 56274
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 276222 | 276222 | 56274 56274 | 82011 82011 |
| 415676 | 415676 | 56274 56274 | 23533 23533 |
| 843345 | 843345 | 56274 56274 | 82010 82010 |
| 935916 | 935916 | 56274 56274 | 79123 79123 |
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)
);