inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19343
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 675907 | 675907 | 529363 529363 | 19343 19343 |
| 675908 | 675908 | 85104 85104 | 19343 19343 |
| 675909 | 675909 | 9473 9473 | 19343 19343 |
| 675910 | 675910 | 60401 60401 | 19343 19343 |
| 675911 | 675911 | 493107 493107 | 19343 19343 |
| 675912 | 675912 | 259362 259362 | 19343 19343 |
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)
);