inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 896890 | 896890 | 7820 7820 | 16354 16354 |
| 896891 | 896891 | 39790 39790 | 16354 16354 |
| 896892 | 896892 | 60470 60470 | 16354 16354 |
| 896893 | 896893 | 244571 244571 | 16354 16354 |
| 896894 | 896894 | 269171 269171 | 16354 16354 |
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)
);