inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42700
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 542455 | 542455 | 32799 32799 | 42700 42700 |
| 542456 | 542456 | 516920 516920 | 42700 42700 |
| 542457 | 542457 | 130343 130343 | 42700 42700 |
| 542458 | 542458 | 215778 215778 | 42700 42700 |
| 542459 | 542459 | 22187 22187 | 42700 42700 |
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)
);