inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 5481
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 255752 | 255752 | 207178 207178 | 5481 5481 |
| 255753 | 255753 | 76789 76789 | 5481 5481 |
| 255754 | 255754 | 2173 2173 | 5481 5481 |
| 255755 | 255755 | 72082 72082 | 5481 5481 |
| 255756 | 255756 | 235560 235560 | 5481 5481 |
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)
);