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

اريد برنامج يحتوي باستخدام cursor لزيادة راتب موظفين الدائرة

Featured Replies

بتاريخ:

\

اريد منكم جواب على سؤالي ارجو ردكم ؟
اريد برنامج يحتوي باستخدام cursor لزيادة راتب موظفين الدائرة 10 بنسبة 10%
الدائرة 20 بنسبة 20%
الدائرة 30 بنسبة 30%
والباقي 40%

ارجو الرد علي باسؤع وقت لأن الاستاذ قال الي بحله ياخذ 5 علامات ارجو ردكم
ارجو ان ترسل الي الحل باسرع وقت او على ايميلي [email protected]
بتاريخ:

عايزاها ف procedure ???

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

بتاريخ:

create or replace procedure sal_update
is
 cursor emp_cursor is  select deptno ,sal  from emp; begin for rec in emp_cursor loop
 if  rec.deptno =10 then 
 update emp set sal=sal+rec.sal*0.10;
 elsif rec.deptno =20 then 
 update emp set sal=sal+rec.sal*0.20;
 elsif rec.deptno =30 then 
 update emp set sal=sal+rec.sal*0.30;
 else
 update emp set sal=sal+rec.sal*0.40;
 end if;
 end loop;
end;

بتاريخ:
  • كاتب الموضوع
شكرا لك على ردك على سؤالي مشكور
الله يعطيك العافية
[وسط][/وسط]

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

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

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

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

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

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.