بتاريخ: 24 ديسمبر 200817 سنة comment_145366 السلام عليكممحتاجه مساعدتكم في حل الاسئلة هذي الجداولhttp://www.hello-iraq.com/up/up/23012412620081224.jpg--http://www.hello-iraq.com/up/up/23012426220081224.jpg--http://www.hello-iraq.com/up/up/23012431720081224.gif-- retrierne first-name ,last-name,and salary for any employee where his salary is>min-salary and <max-salary...write the statement the no>of employee=??..write the statement the no.of employee having the job-id=2=??الله يجزاكم الجنة محتاجه حل الاسئلة تقديم بلاغ
بتاريخ: 24 ديسمبر 200817 سنة comment_145371 كـود SQL select first-name ,last-name, salary from employees where salary between (select min (salary) from employeess) and (select max(salary) from employees) تقديم بلاغ
بتاريخ: 24 ديسمبر 200817 سنة comment_145372 select count(emploee_id) from employees هذا اذا كان المطلوب عدد الموظفين كيفما فهمت تم تعديل 24 ديسمبر 200817 سنة بواسطة Essamshabeeb تقديم بلاغ
بتاريخ: 24 ديسمبر 200817 سنة comment_145373 select first-name ,last-name, salary from employees where salary between (select min (salary) from employeess) and (select max(salary) from employees) مرة اخرى السؤال الاول تقديم بلاغ
بتاريخ: 24 ديسمبر 200817 سنة comment_145374 write the statementthe no.of employee having thejob-id=2=?? select count(emploee_id) from employees where job_id = 2 تقديم بلاغ
بتاريخ: 24 ديسمبر 200817 سنة كاتب الموضوع comment_145377 الله يجزاك الجنه و نعيمها و يوفقك دنيا و اخرةويفرج لك شكرا شكرا تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.