inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 34888
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733791 | 733791 | 34743 34743 | 34888 34888 |
| 733792 | 733792 | 18100 18100 | 34888 34888 |
| 733793 | 733793 | 248113 248113 | 34888 34888 |
| 733794 | 733794 | 274737 274737 | 34888 34888 |
| 733795 | 733795 | 507940 507940 | 34888 34888 |
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)
);