inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 60155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 844567 | 844567 | 47179 47179 | 60155 60155 |
| 844568 | 844568 | 38469 38469 | 60155 60155 |
| 844569 | 844569 | 534959 534959 | 60155 60155 |
| 844570 | 844570 | 244510 244510 | 60155 60155 |
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)
);