inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 728824 | 728824 | 47190 47190 | 21924 21924 |
| 728825 | 728825 | 34423 34423 | 21924 21924 |
| 728826 | 728826 | 495690 495690 | 21924 21924 |
| 728827 | 728827 | 10891 10891 | 21924 21924 |
| 728828 | 728828 | 273165 273165 | 21924 21924 |
| 728829 | 728829 | 247409 247409 | 21924 21924 |
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)
);