بتاريخ: 28 سبتمبر 200619 سنة comment_79682 The HR department needs a query that prompts the user for an employee last name. The query then displays the last name and hire date of any employee in the same department as the employee whose name they supply (excluding that employee). For example, if the user enters Zlotkey, find all employees who work with Zlotkey (excluding Zlotkey). تقديم بلاغ
بتاريخ: 28 سبتمبر 200619 سنة comment_79699 The HR department needs a query that prompts the user for an employee last name. The query then displays the last name and hire date of any employee in the same department as the employee whose name they supply (excluding that employee). For example, if the user enters Zlotkey, find all employees who work with Zlotkey (excluding Zlotkey).79682[/snapback] select last_name,hire_datefrom employeeswhere department_id=(select department_idfrom employeeswhere last_name='Zlotkey') تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.