inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 60091
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 837926 | 837926 | 240893 240893 | 60091 60091 |
| 837927 | 837927 | 69671 69671 | 60091 60091 |
| 837928 | 837928 | 488457 488457 | 60091 60091 |
| 837929 | 837929 | 38338 38338 | 60091 60091 |
| 837930 | 837930 | 262679 262679 | 60091 60091 |
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)
);