inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 6863
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 793011 | 793011 | 292642 292642 | 6863 6863 |
| 793012 | 793012 | 2749 2749 | 6863 6863 |
| 793013 | 793013 | 37079 37079 | 6863 6863 |
| 793014 | 793014 | 12678 12678 | 6863 6863 |
| 793015 | 793015 | 257311 257311 | 6863 6863 |
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)
);