الانتقال إلى المحتوى
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.

سؤال في subqueries

Featured Replies

بتاريخ:

Q. Write a query to display the last_name and hire_date of any employee in the same department as Zlotkey

  • بعد 2 أسابيع...
بتاريخ:

select ename,lname from emp where deptno=(select deptno where
ename='Zlotkey' from emp);
ما جربتها لكن اذكر انه الصيغة بالطريقة الحالية

بتاريخ:
select ename,lname from emp where deptno=(select deptno where
ename='Zlotkey' from emp);
ما جربتها لكن اذكر انه الصيغة بالطريقة الحالية

56625[/snapback]




كلام سليم ..
تعديل بسيط فقط في الـ subquery .. وفي الـ columns

select last_name, hire_date from emp
where deptno = ( select deptno from emp
                              where ename = 'Zlotkey')



وانتبه للـ letters case ..

بالتوفيق

بتاريخ:

الأخ dubainet

جزاكم الله خيرا

  • بعد 2 أسابيع...
بتاريخ:

شكرا علي التصحيح
:unsure: B) :lol: :lol: :P :P

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

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

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

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

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

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.