inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17004
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 947187 | 947187 | 490417 490417 | 17004 17004 |
| 947188 | 947188 | 280130 280130 | 17004 17004 |
| 947189 | 947189 | 69549 69549 | 17004 17004 |
| 947190 | 947190 | 251071 251071 | 17004 17004 |
| 947191 | 947191 | 40873 40873 | 17004 17004 |
| 947192 | 947192 | 8188 8188 | 17004 17004 |
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)
);