inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 65881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 336621 | 336621 | 65881 65881 | 35337 35337 |
| 799851 | 799851 | 65881 65881 | 96785 96785 |
| 799852 | 799852 | 65881 65881 | 96786 96786 |
| 800577 | 800577 | 65881 65881 | 96787 96787 |
| 800639 | 800639 | 65881 65881 | 96784 96784 |
| 802111 | 802111 | 65881 65881 | 96783 96783 |
| 915833 | 915833 | 65881 65881 | 96788 96788 |
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)
);