inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 148285
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122458 | 122458 | 502118 502118 | 148285 148285 |
| 122459 | 122459 | 341077 341077 | 148285 148285 |
| 122460 | 122460 | 229949 229949 | 148285 148285 |
| 122461 | 122461 | 102935 102935 | 148285 148285 |
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)
);