inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 13121
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 270887 | 270887 | 154320 154320 | 13121 13121 |
| 270888 | 270888 | 296882 296882 | 13121 13121 |
| 270889 | 270889 | 5849 5849 | 13121 13121 |
| 270890 | 270890 | 32210 32210 | 13121 13121 |
| 270891 | 270891 | 55309 55309 | 13121 13121 |
| 270892 | 270892 | 259610 259610 | 13121 13121 |
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)
);