inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 38901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 460069 | 460069 | 252100 252100 | 38901 38901 |
| 460070 | 460070 | 63884 63884 | 38901 38901 |
| 460071 | 460071 | 180590 180590 | 38901 38901 |
| 460072 | 460072 | 303066 303066 | 38901 38901 |
| 460073 | 460073 | 20213 20213 | 38901 38901 |
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)
);