inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 4839
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 337743 | 337743 | 531071 531071 | 4839 4839 |
| 337744 | 337744 | 161580 161580 | 4839 4839 |
| 337745 | 337745 | 91388 91388 | 4839 4839 |
| 337746 | 337746 | 1915 1915 | 4839 4839 |
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)
);