inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 144227
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 579775 | 579775 | 256346 256346 | 144227 144227 |
| 579776 | 579776 | 330183 330183 | 144227 144227 |
| 579777 | 579777 | 532692 532692 | 144227 144227 |
| 579778 | 579778 | 500203 500203 | 144227 144227 |
| 579779 | 579779 | 99888 99888 | 144227 144227 |
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)
);