inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 122754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152830 | 152830 | 339758 339758 | 122754 122754 |
| 152831 | 152831 | 529747 529747 | 122754 122754 |
| 152832 | 152832 | 493879 493879 | 122754 122754 |
| 152833 | 152833 | 228390 228390 | 122754 122754 |
| 152834 | 152834 | 86645 86645 | 122754 122754 |
| 152835 | 152835 | 242989 242989 | 122754 122754 |
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)
);