inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 328192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 661585 | 661585 | 261823 261823 | 328192 328192 |
| 661586 | 661586 | 448473 448473 | 328192 328192 |
| 661587 | 661587 | 353652 353652 | 328192 328192 |
| 661588 | 661588 | 397597 397597 | 328192 328192 |
| 661589 | 661589 | 480057 480057 | 328192 328192 |
| 661590 | 661590 | 488170 488170 | 328192 328192 |
| 661591 | 661591 | 240524 240524 | 328192 328192 |
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)
);