inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 145750
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 788906 | 788906 | 101078 101078 | 145750 145750 |
| 788907 | 788907 | 533185 533185 | 145750 145750 |
| 788908 | 788908 | 213377 213377 | 145750 145750 |
| 788909 | 788909 | 257363 257363 | 145750 145750 |
| 788910 | 788910 | 500948 500948 | 145750 145750 |
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)
);