inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 717979 | 717979 | 501093 501093 | 28220 28220 |
| 717980 | 717980 | 44786 44786 | 28220 28220 |
| 717981 | 717981 | 239584 239584 | 28220 28220 |
| 717982 | 717982 | 34010 34010 | 28220 28220 |
| 717983 | 717983 | 101227 101227 | 28220 28220 |
| 717984 | 717984 | 14403 14403 | 28220 28220 |
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)
);