inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 12918
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 14479 | 14479 | 259229 259229 | 12918 12918 |
| 14480 | 14480 | 486998 486998 | 12918 12918 |
| 14481 | 14481 | 5719 5719 | 12918 12918 |
| 14482 | 14482 | 296184 296184 | 12918 12918 |
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)
);