inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 42097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 739995 | 739995 | 254961 254961 | 42097 42097 |
| 739996 | 739996 | 21873 21873 | 42097 42097 |
| 739997 | 739997 | 35198 35198 | 42097 42097 |
| 739998 | 739998 | 539402 539402 | 42097 42097 |
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)
);