inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15911
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 744819 | 744819 | 7561 7561 | 15911 15911 |
| 744820 | 744820 | 489264 489264 | 15911 15911 |
| 744821 | 744821 | 266862 266862 | 15911 15911 |
| 744822 | 744822 | 243284 243284 | 15911 15911 |
| 744823 | 744823 | 44912 44912 | 15911 15911 |
| 744824 | 744824 | 35529 35529 | 15911 15911 |
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)
);