inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 612702 | 612702 | 257096 257096 | 3630 3630 |
| 612703 | 612703 | 14068 14068 | 3630 3630 |
| 612704 | 612704 | 57103 57103 | 3630 3630 |
| 612705 | 612705 | 38068 38068 | 3630 3630 |
| 612706 | 612706 | 1441 1441 | 3630 3630 |
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)
);