Robinhood users are currently interested in the artificial intelligence sector. To help them find relevant stocks, the engineering team needs to generate a list of all stocks where the ticker symbol contains the letters AI.
Write an SQL query to retrieve these stocks.
| ticker_symbol(VARCHAR) | company_name(VARCHAR) |
|---|---|
| AAPL | Apple Inc. |
| AI | C3.ai Inc. |
| NVDA | NVIDIA Corp. |
| BAIDU | Baidu Inc. |
| MSFT | Microsoft Corp. |
| Mail.ru Group | |
| PLTR | Palantir Technologies |
| ticker_symbol(VARCHAR) | company_name(VARCHAR) |
|---|---|
| AI | C3.ai Inc. |
| BAIDU | Baidu Inc. |
| Mail.ru Group |