inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 56365
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 441893 | 441893 | 485728 485728 | 56365 56365 |
| 441894 | 441894 | 205867 205867 | 56365 56365 |
| 441895 | 441895 | 73727 73727 | 56365 56365 |
| 441896 | 441896 | 251368 251368 | 56365 56365 |
| 441897 | 441897 | 280694 280694 | 56365 56365 |
| 441898 | 441898 | 32350 32350 | 56365 56365 |
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)
);