inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 122843
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1031288 | 1031288 | 236330 236330 | 122843 122843 |
| 1031289 | 1031289 | 228260 228260 | 122843 122843 |
| 1031290 | 1031290 | 86735 86735 | 122843 122843 |
| 1031291 | 1031291 | 159436 159436 | 122843 122843 |
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)
);