inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27878
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 956973 | 956973 | 292701 292701 | 27878 27878 |
| 956974 | 956974 | 533166 533166 | 27878 27878 |
| 956975 | 956975 | 14205 14205 | 27878 27878 |
| 956976 | 956976 | 257336 257336 | 27878 27878 |
| 956977 | 956977 | 41210 41210 | 27878 27878 |
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)
);