inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 122000
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 113622 | 113622 | 493610 493610 | 122000 122000 |
| 113623 | 113623 | 159187 159187 | 122000 122000 |
| 113624 | 113624 | 327217 327217 | 122000 122000 |
| 113625 | 113625 | 86158 86158 | 122000 122000 |
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)
);