inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 78637
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 823806 | 823806 | 53812 53812 | 78637 78637 |
| 823807 | 823807 | 169231 169231 | 78637 78637 |
| 823808 | 823808 | 106091 106091 | 78637 78637 |
| 823809 | 823809 | 226651 226651 | 78637 78637 |
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)
);