لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
View the Exhibit and examine the structure of ORDERS and ORDER_ITEMS tables. ORDER_ID is the primary key in the ORDERS table. It is also the foreign key in the ORDER_ITEMS table wherein it is created with the ON DELETE CASCADE option. Which DELETE statement would execute successfully?
A. DELETE orders o, order_items IWHERE o
B. DELETEFROM ordersWHERE (SELECT order_idFROM order_items);
C. DELETE ordersWHERE order_total < 1000;
D. DELETE order_idFROM ordersWHERE order_total < 1000;
عرض الإجابة
اجابة صحيحة: B
السؤال #2
The BOOKS_TRANSACTIONS table exists in your schema in this database. You execute this SQL statement when connected to your schema in your database instance. SQL> SELECT * FROM books_transactions ORDER BY 3; What is the result?
A. The execution fails unless the numeral 3 in the ORDER BY clause is replaced by a column name
B. All table rows are displayed sorted in ascending order of the values in the third column
C. The first three rows in the table are displayed in the order that they are stored
D. Only the three rows with the lowest values in the key column are displayed in the order that they are stored
عرض الإجابة
اجابة صحيحة: B
السؤال #3
View the exhibit and examine the descriptions of the DEPT and LOCATIONS tables. You want to update the CITY column of the DEPT table for all the rows with the corresponding value in the CITY column of the LOCATIONS table for each department. Which SQL statement would you execute to accomplish the task?
A. UPDATE dept dSET city = ALL (SELECT cityFROM locations lWHERE d
B. UPDATE dept dSET city = (SELECT cityFROM locations l)WHERE d
C. UPDATE dept dSET city = ANY (SELECT cityFROM locations l)
D. UPDATE dept dSET city = (SELECT cityFROM locations lWHERE d
عرض الإجابة
اجابة صحيحة: DE
السؤال #4
Using the CUSTOMERS table, you need to generate a report that shows 50% of each credit amount in each income level. The report should NOT show any repeated credit amounts in each income level. Which query would give the required result?
A. SELECT cust_income_level || ‘ ’ || cust_credit_limit * 0
B. SELECT DISTINCT cust_income_level || ‘ ’ || cust_credit_limit * 0
C. SELECT DISTINCT cust_income_level, DISTINCT cust_credit_limit * 0
D. SELECT cust_income_level, DISTINCT cust_credit_limit * 0
عرض الإجابة
اجابة صحيحة: D
السؤال #5
Which two tasks can be performed by using Oracle SQL statements?
A. changing the password for an existing database user
B. connecting to a database instance
C. querying data from tables across databases
D. starting up a database instance
E. executing operating system (OS) commands in a session
عرض الإجابة
اجابة صحيحة: B

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: