inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 16215
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 883862 | 883862 | 268439 268439 | 16215 16215 |
| 883863 | 883863 | 53445 53445 | 16215 16215 |
| 883864 | 883864 | 7737 7737 | 16215 16215 |
| 883865 | 883865 | 244197 244197 | 16215 16215 |
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)
);