inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305773 | 305773 | 530645 530645 | 21766 21766 |
| 305774 | 305774 | 89815 89815 | 21766 21766 |
| 305775 | 305775 | 10805 10805 | 21766 21766 |
| 305776 | 305776 | 40887 40887 | 21766 21766 |
| 305777 | 305777 | 239255 239255 | 21766 21766 |
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)
);