inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 45452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 242191 | 242191 | 45452 45452 | 65902 65902 |
| 355271 | 355271 | 45452 45452 | 65903 65903 |
| 570758 | 570758 | 45452 45452 | 8836 8836 |
| 744501 | 744501 | 45452 45452 | 65901 65901 |
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)
);