inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 89770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694724 | 694724 | 313789 313789 | 89770 89770 |
| 694725 | 694725 | 210676 210676 | 89770 89770 |
| 694726 | 694726 | 204129 204129 | 89770 89770 |
| 694727 | 694727 | 542255 542255 | 89770 89770 |
| 694728 | 694728 | 61270 61270 | 89770 89770 |
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)
);