inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17707
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838320 | 838320 | 490981 490981 | 17707 17707 |
| 838321 | 838321 | 68238 68238 | 17707 17707 |
| 838322 | 838322 | 282682 282682 | 17707 17707 |
| 838323 | 838323 | 218421 218421 | 17707 17707 |
| 838324 | 838324 | 208160 208160 | 17707 17707 |
| 838325 | 838325 | 8576 8576 | 17707 17707 |
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)
);