inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23921
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 279308 | 279308 | 250718 250718 | 23921 23921 |
| 279309 | 279309 | 279529 279529 | 23921 23921 |
| 279310 | 279310 | 30521 30521 | 23921 23921 |
| 279311 | 279311 | 498068 498068 | 23921 23921 |
| 279312 | 279312 | 11985 11985 | 23921 23921 |
| 279313 | 279313 | 47442 47442 | 23921 23921 |
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)
);