inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14977
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 273070 | 273070 | 492746 492746 | 14977 14977 |
| 273071 | 273071 | 212931 212931 | 14977 14977 |
| 273072 | 273072 | 293741 293741 | 14977 14977 |
| 273073 | 273073 | 6989 6989 | 14977 14977 |
| 273074 | 273074 | 257842 257842 | 14977 14977 |
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)
);