inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 144583
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 856204 | 856204 | 100159 100159 | 144583 144583 |
| 856205 | 856205 | 500357 500357 | 144583 144583 |
| 856206 | 856206 | 214275 214275 | 144583 144583 |
| 856207 | 856207 | 532781 532781 | 144583 144583 |
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)
);