inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14580
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 977211 | 977211 | 262524 262524 | 14580 14580 |
| 977212 | 977212 | 41860 41860 | 14580 14580 |
| 977213 | 977213 | 240827 240827 | 14580 14580 |
| 977214 | 977214 | 55215 55215 | 14580 14580 |
| 977215 | 977215 | 6742 6742 | 14580 14580 |
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)
);