inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 71901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 335835 | 335835 | 331246 331246 | 71901 71901 |
| 335836 | 335836 | 536839 536839 | 71901 71901 |
| 335837 | 335837 | 49407 49407 | 71901 71901 |
| 335838 | 335838 | 248412 248412 | 71901 71901 |
| 335839 | 335839 | 114996 114996 | 71901 71901 |
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)
);