الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ساعدووووووووووني :(

Featured Replies

بتاريخ:

1- write a query to display the employee name and hiredate for all employees in the same department as Blake.Exclude Blake.

2- Create a query to display the employee number and name for employees who earn more than the average salary.Sort the results in descending order of salary.

3- write a query that will display the employee number and name for all employees who work in a department with any employee whose name contains a T.

4- display the employee name,department number,and job title for all employees whose department location is Dallas.

5- display the employee name and salary of all employees who report tp King.

6- display the department number,name,and job for all employees in the Sales department.

:) :) :blink: :( :(

بتاريخ:
  • كاتب الموضوع

اين انتم يا اعضاء ؟! :)

لماذا لا تردون علي :) ..

انا اريد مساعتدكم هل من متطوع ؟! :blink:

بتاريخ:

السلام عليكم

السؤال الأول

select empname,hiredate 
from emp
where dept_id=(select dept_id from emp where  initcap(empname) like 'Blake')
and empname not like  intcap(empname)



السؤال الثانى

select emp_id,enpname
from emp
where salary >(select avg(salary) from emp)
order by salary desc



السؤال الثالث

select emp_id,enpname
from emp
where upper(empname) like'%T%'


وسوف اكتب لك باقى الاجابات ان شاء الله وارجو من الأخوة الاعضاء التعليق على الاجابات والمراجع لتعم الفائدة

تم تعديل بواسطة m_ahmed

بتاريخ:
  • كاتب الموضوع

شكرااااااااااااا جزييييييييييلا لك يا اخي العزيييييييييز لقد اتعبتك معي :) ..

بتاريخ:
  • كاتب الموضوع

هل من متطوع يكمل لي السؤال الرابع :) ؟!

بتاريخ:

اتفضل اخوي

4- display the employee name,department number,and job title for all employees whose department location is Dallas


select   Empname, depno,job_title
 from employee, department
where deptlocation=dallas



display the employee name and salary of all employees who report tp King- 5

select   empname, salary
from employee,salary where report tp=king



display the department number,name,and job for all employees in the Sales department- 6

select  DEPTNO, ENAME, EJOB
FROM DEPARTMENT, EMPLOYEE
WHERE DEPTNO=SALES



تمنى تكون صحيحة لأني مبتدئة و اذا فيها خطأ ياريت التصحيح :)

بتاريخ:
  • كاتب الموضوع

مشكووووووووووووووورهـ اختي " أسيمـ " .. جزاك اللهـ الف خير ع الحل :) ..

والسموووحه ع الازعاج يا اختي :) ..

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.