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

سؤالين في 147.....

Featured Replies

بتاريخ:

أخواني:غدا إن شاء الله امتحاني
أريد الحل الصحيح للسؤالين التاليين:



The creation of which four database objects will cause a DDL trigger to fire? (Choose four)
A. Index
B. Cluster
C. Package
D. Function
E. Synonyms
F. Dimensions
G. Database links


Examin this code:
create or replace function gen_email_name
(p_first varchar2,p_last varchar2)
return varchar2
is
v_email_name varchar2(19);
begin
v_email_name:=substr(p_first,1,1) ||
substr (p_last,1,7) ||
'@oracle.com';
return v_email_name;
end;
/
which two statement are true?(choose two)
A. This function is invalid.
B. This function can be used against any table.
C. This function cannot be used in a SELECT statement.
D. This function can be used only if the two parameters passed in are not null values.
E. This function will generate a string based on 2 character values passed into the function.
F. Thisfunction can be used only on table where is a p_first and p_last column.

بتاريخ:

السلام عليكم

وفقك الله في امتحانك و سدد بصيرتك

أخي الكريم بالنسبة للسؤال الثاني

which two statement are true?(choose two)
A. This function is invalid.
B. This function can be used against any table.
C. This function cannot be used in a SELECT statement.
D. This function can be used only if the two parameters passed in are not null values.
E. This function will generate a string based on 2 character values passed into the function.
F. Thisfunction can be used only on table where is a p_first and p_last column.


فالاجابات الصحيحة هي رقم
B.
E.

حيث ان الاجابة a
غير صحيحة فسيتم عمل compileللفانكشن بنجاح
c
غير صحيح حيث يمكن استخدام الفانكشن في جملة السيليكت لانها لا تحتوي علي ما يمنع ذلك مثل احتوائها علي dml
d
غير صحيح حيث يمكن ان تقوم بتمرير null للبارمترز و ان كانت ستعمل بطريقة غير المطلوبة

f
غير صحيح حيث لا تحتاج الفانشكن الي اي تابل انما هي فانكشن يمكن استخدامها بصورة عامة و في اي تابل (الاجابة a)
كما ان p_first_name and p_last_name
هما اسماء بارمترز و ليس كولمنز

بالنسبة للسؤال الأول فلا اقدر علي اجابتك عليه حيث انه غير مفهوم او غير واضح بالنسبة لي

مع تمنياتي بالتوفيق

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

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

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

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

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

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.