inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 142669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 531091 | 531091 | 164718 164718 | 142669 142669 |
| 531092 | 531092 | 499826 499826 | 142669 142669 |
| 531093 | 531093 | 301197 301197 | 142669 142669 |
| 531094 | 531094 | 98971 98971 | 142669 142669 |
| 531095 | 531095 | 532516 532516 | 142669 142669 |
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)
);