inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16942
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 744568 | 744568 | 35509 35509 | 16942 16942 |
| 744569 | 744569 | 55682 55682 | 16942 16942 |
| 744570 | 744570 | 279992 279992 | 16942 16942 |
| 744571 | 744571 | 8153 8153 | 16942 16942 |
| 744572 | 744572 | 250998 250998 | 16942 16942 |
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)
);