inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17227
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 446344 | 446344 | 65938 65938 | 17227 17227 |
| 446345 | 446345 | 219403 219403 | 17227 17227 |
| 446346 | 446346 | 80741 80741 | 17227 17227 |
| 446347 | 446347 | 8307 8307 | 17227 17227 |
| 446348 | 446348 | 490590 490590 | 17227 17227 |
| 446349 | 446349 | 251469 251469 | 17227 17227 |
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)
);