inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404160
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 218928 | 218928 | 414371 414371 | 404160 404160 |
| 218929 | 218929 | 367866 367866 | 404160 404160 |
| 218930 | 218930 | 481730 481730 | 404160 404160 |
| 218931 | 218931 | 458929 458929 | 404160 404160 |
| 218932 | 218932 | 524569 524569 | 404160 404160 |
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)
);