inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9185
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 949567 | 949567 | 3697 3697 | 9185 9185 |
| 949568 | 949568 | 45171 45171 | 9185 9185 |
| 949569 | 949569 | 11171 11171 | 9185 9185 |
| 949570 | 949570 | 496284 496284 | 9185 9185 |
| 949571 | 949571 | 248343 248343 | 9185 9185 |
| 949572 | 949572 | 275253 275253 | 9185 9185 |
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)
);