inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 10632
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 632790 | 632790 | 533267 533267 | 10632 10632 |
| 632791 | 632791 | 501041 501041 | 10632 10632 |
| 632792 | 632792 | 4347 4347 | 10632 10632 |
| 632793 | 632793 | 14359 14359 | 10632 10632 |
| 632794 | 632794 | 165830 165830 | 10632 10632 |
| 632795 | 632795 | 101173 101173 | 10632 10632 |
| 632796 | 632796 | 65855 65855 | 10632 10632 |
| 632797 | 632797 | 293401 293401 | 10632 10632 |
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)
);