inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16432
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 839166 | 839166 | 269752 269752 | 16432 16432 |
| 839167 | 839167 | 45656 45656 | 16432 16432 |
| 839168 | 839168 | 244985 244985 | 16432 16432 |
| 839169 | 839169 | 38414 38414 | 16432 16432 |
| 839170 | 839170 | 7867 7867 | 16432 16432 |
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)
);