セクション 1. 章 3
single
Challenge: Extract Email Domains
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query to extract the domain part of each customer's email address from the customers table.
- Select the
id,name, andemailcolumns. - Extract the substring from the
emailcolumn that comes after the "@" character and name itdomain. - Return one row per customer.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください