inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 78927
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 462294 | 462294 | 53984 53984 | 78927 78927 |
| 462295 | 462295 | 282250 282250 | 78927 78927 |
| 462296 | 462296 | 282251 282251 | 78927 78927 |
| 462297 | 462297 | 123525 123525 | 78927 78927 |
| 462298 | 462298 | 252212 252212 | 78927 78927 |
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)
);