inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 71154
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 148169 | 148169 | 71154 71154 | 639 639 |
| 717679 | 717679 | 71154 71154 | 103946 103946 |
| 717720 | 717720 | 71154 71154 | 103945 103945 |
| 816570 | 816570 | 71154 71154 | 103944 103944 |
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)
);