inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 14157
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733436 | 733436 | 6456 6456 | 14157 14157 |
| 733437 | 733437 | 488045 488045 | 14157 14157 |
| 733438 | 733438 | 240323 240323 | 14157 14157 |
| 733439 | 733439 | 261379 261379 | 14157 14157 |
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)
);