inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21990
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 765498 | 765498 | 55531 55531 | 21990 21990 |
| 765499 | 765499 | 495754 495754 | 21990 21990 |
| 765500 | 765500 | 273289 273289 | 21990 21990 |
| 765501 | 765501 | 247474 247474 | 21990 21990 |
| 765502 | 765502 | 10930 10930 | 21990 21990 |
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)
);