inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29462
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 714377 | 714377 | 502139 502139 | 29462 29462 |
| 714378 | 714378 | 33897 33897 | 29462 29462 |
| 714379 | 714379 | 15118 15118 | 29462 29462 |
| 714380 | 714380 | 241853 241853 | 29462 29462 |
| 714381 | 714381 | 264367 264367 | 29462 29462 |
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)
);