Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Manager-Employee Relationships | Advanced Join Techniques and Multi-Table Queries
/
SQL Joins in Depth
セクション 2.  4
single

single

bookChallenge: Manager-Employee Relationships

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Write a query using a self-join to list each employee's name alongside their manager's name.

  • Select the employee's name from the employees table.
  • Give it an alias employee_name.
  • Use a self-join on the employees table to match each employee to their manager by manager_id.
  • Select the manager's name from the joined table.
  • Give it an alias manager_name.
  • Include all employees, even those who do not have a manager.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt