inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28677
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68912 | 68912 | 306439 306439 | 28677 28677 |
| 68913 | 68913 | 239818 239818 | 28677 28677 |
| 68914 | 68914 | 14664 14664 | 28677 28677 |
| 68915 | 68915 | 101734 101734 | 28677 28677 |
| 68916 | 68916 | 48973 48973 | 28677 28677 |
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)
);