inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 403793
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 763880 | 763880 | 453405 453405 | 403793 403793 |
| 763881 | 763881 | 480869 480869 | 403793 403793 |
| 763882 | 763882 | 360569 360569 | 403793 403793 |
| 763883 | 763883 | 404962 404962 | 403793 403793 |
| 763884 | 763884 | 404963 404963 | 403793 403793 |
| 763885 | 763885 | 489104 489104 | 403793 403793 |
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)
);