inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405227
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 348587 | 348587 | 513795 513795 | 405227 405227 |
| 348588 | 348588 | 425780 425780 | 405227 405227 |
| 348589 | 348589 | 377707 377707 | 405227 405227 |
| 348590 | 348590 | 483984 483984 | 405227 405227 |
| 348591 | 348591 | 466185 466185 | 405227 405227 |
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)
);