inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3514
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 50863 | 50863 | 1395 1395 | 3514 3514 |
| 50864 | 50864 | 206895 206895 | 3514 3514 |
| 50865 | 50865 | 72892 72892 | 3514 3514 |
| 50866 | 50866 | 76254 76254 | 3514 3514 |
| 50867 | 50867 | 235358 235358 | 3514 3514 |
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)
);