inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 105436
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 897301 | 897301 | 238330 238330 | 105436 105436 |
| 897302 | 897302 | 153412 153412 | 105436 105436 |
| 897303 | 897303 | 74415 74415 | 105436 105436 |
| 897304 | 897304 | 256791 256791 | 105436 105436 |
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)
);