inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61472
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 945242 | 945242 | 63703 63703 | 61472 61472 |
| 945243 | 945243 | 40710 40710 | 61472 61472 |
| 945244 | 945244 | 254423 254423 | 61472 61472 |
| 945245 | 945245 | 539089 539089 | 61472 61472 |
| 945246 | 945246 | 286273 286273 | 61472 61472 |
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)
);