inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 34850
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 951504 | 951504 | 18079 18079 | 34850 34850 |
| 951505 | 951505 | 61908 61908 | 34850 34850 |
| 951506 | 951506 | 41035 41035 | 34850 34850 |
| 951507 | 951507 | 507895 507895 | 34850 34850 |
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)
);