inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16450
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 703850 | 703850 | 44770 44770 | 16450 16450 |
| 703851 | 703851 | 78876 78876 | 16450 16450 |
| 703852 | 703852 | 489726 489726 | 16450 16450 |
| 703853 | 703853 | 7878 7878 | 16450 16450 |
| 703854 | 703854 | 247888 247888 | 16450 16450 |
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)
);