inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 771877 | 771877 | 36436 36436 | 20376 20376 |
| 771878 | 771878 | 243925 243925 | 20376 20376 |
| 771879 | 771879 | 10058 10058 | 20376 20376 |
| 771880 | 771880 | 267965 267965 | 20376 20376 |
| 771881 | 771881 | 494230 494230 | 20376 20376 |
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)
);