inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22562
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 987541 | 987541 | 11247 11247 | 22562 22562 |
| 987542 | 987542 | 248671 248671 | 22562 22562 |
| 987543 | 987543 | 62311 62311 | 22562 22562 |
| 987544 | 987544 | 42154 42154 | 22562 22562 |
| 987545 | 987545 | 275897 275897 | 22562 22562 |
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)
);