inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28729
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 70997 | 70997 | 60055 60055 | 28729 28729 |
| 70998 | 70998 | 260445 260445 | 28729 28729 |
| 70999 | 70999 | 239870 239870 | 28729 28729 |
| 71000 | 71000 | 260444 260444 | 28729 28729 |
| 71001 | 71001 | 14697 14697 | 28729 28729 |
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)
);