inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16830
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838049 | 838049 | 68252 68252 | 16830 16830 |
| 838050 | 838050 | 490271 490271 | 16830 16830 |
| 838051 | 838051 | 220044 220044 | 16830 16830 |
| 838052 | 838052 | 279749 279749 | 16830 16830 |
| 838053 | 838053 | 250847 250847 | 16830 16830 |
| 838054 | 838054 | 8093 8093 | 16830 16830 |
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)
);