inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 1668
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 422591 | 422591 | 531767 531767 | 1668 1668 |
| 422592 | 422592 | 71173 71173 | 1668 1668 |
| 422593 | 422593 | 94681 94681 | 1668 1668 |
| 422594 | 422594 | 659 659 | 1668 1668 |
| 422595 | 422595 | 220203 220203 | 1668 1668 |
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)
);