inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37878
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 800882 | 800882 | 19672 19672 | 37878 37878 |
| 800883 | 800883 | 510816 510816 | 37878 37878 |
| 800884 | 800884 | 61667 61667 | 37878 37878 |
| 800885 | 800885 | 537914 537914 | 37878 37878 |
| 800886 | 800886 | 37322 37322 | 37878 37878 |
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)
);