セクション 2. 章 5
single
Challenge: Employees Without Recent Salary Increase
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Identify employees who have not received a salary increase in the past year. Use a subquery to check for the absence of recent salary records.
- Select the
employee_idandnamecolumns from theemployeestable. - Include only those employees for whom there is no record in the
salariestable with asalary_datewithin the last year (on or after '2023-04-27'). - Use a subquery in the
WHEREclause to determine if such a salary record exists for each employee.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください