inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405152
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 661142 | 661142 | 483770 483770 | 405152 405152 |
| 661143 | 661143 | 465474 465474 | 405152 405152 |
| 661144 | 661144 | 424729 424729 | 405152 405152 |
| 661145 | 661145 | 491199 491199 | 405152 405152 |
| 661146 | 661146 | 376735 376735 | 405152 405152 |
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)
);