inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 266985 | 266985 | 60273 60273 | 12376 12376 |
| 266986 | 266986 | 487748 487748 | 12376 12376 |
| 266987 | 266987 | 263852 263852 | 12376 12376 |
| 266988 | 266988 | 5400 5400 | 12376 12376 |
| 266989 | 266989 | 241589 241589 | 12376 12376 |
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)
);