inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15178
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365339 | 365339 | 496700 496700 | 15178 15178 |
| 365340 | 365340 | 248949 248949 | 15178 15178 |
| 365341 | 365341 | 7114 7114 | 15178 15178 |
| 365342 | 365342 | 306212 306212 | 15178 15178 |
| 365343 | 365343 | 91945 91945 | 15178 15178 |
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)
);