inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 52758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 212100 | 212100 | 52758 52758 | 31984 31984 |
| 346179 | 346179 | 52758 52758 | 77046 77046 |
| 346207 | 346207 | 52758 52758 | 77047 77047 |
| 889954 | 889954 | 52758 52758 | 77048 77048 |
| 970839 | 970839 | 52758 52758 | 77045 77045 |
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)
);