質問 1:You created an ORDERS table with the following description:
Exhibit:

You inserted some rows in the table. After some time, you want to alter the table by creating the PRIMARY KEY constraint on the ORD_ID column.
Which statement is true in this scenario?
A. The primary key constraint can be created only a the time of table creation
B. You cannot add a primary key constraint if data exists in the column
C. You cannot have two constraints on one column
D. You can add the primary key constraint even if data exists, provided that there are no duplicate values
正解:D
質問 2:View the Exhibit for the structure of the STUDENT and FACULTY tables.

You need to display the faculty name followed by the number of students handled by the faculty at the base location. Examine the following two SQL statements:

Which statement is true regarding the outcome?
A. Both statements 1 and 2 execute successfully and give the same required result.
B. Only statement 1 executes successfully and gives the required result.
C. Only statement 2 executes successfully and gives the required result.
D. Both statements 1 and 2 execute successfully and give different results.
正解:A
質問 3:Examine the statement:
GRANT select, insert, update
ON student_grades
TO manager
WITH GRANT OPTION;
Which two are true? (Choose two.)
A. It allows the MANAGER to pass the specified privileges on to other users.
B. It allows the MANAGER the ability to select from, delete from, and update the STUDENT_GRADES table.
C. It allows the MANAGER to apply all DML statements on the STUDENT_GRADES table.
D. It allows the MANAGER to create tables that refer to the STUDENT_GRADES table.
E. It allows the MANAGER the ability to select from, insert into, and update the STUDENT_GRADES table.
F. MANAGER must be a role.
正解:A,E
解説: (Topexam メンバーにのみ表示されます)
質問 4:You need to produce a report where each customer's credit limit has been incremented by $1000.
In the output, the customer's last name should have the heading Name and the incremented credit limit should be labeled New Credit Limit.
The column headings should have only the first letter of each word in uppercase .
Which statement would accomplish this requirement?
A. SELECT cust_last_name Name, cust_credit_limit + 1000
"New Credit Limit"
FROM customers;
B. SELECT INITCAP(cust_last_name) "Name", cust_credit_limit + 1000 INITCAP("NEW
CREDIT LIMIT")
FROM customers;
C. SELECT cust_last_name AS Name, cust_credit_limit + 1000
AS New Credit Limit
FROM customers;
D. SELECT cust_last_name AS "Name", cust_credit_limit + 1000
AS "New Credit Limit"
FROM customers;
正解:D
解説: (Topexam メンバーにのみ表示されます)
質問 5:Which object privileges can be granted on a view?
A. DELETE, INSERT, SELECT, UPDATE
B. DELETE, INSERT,SELECT
C. none
D. ALTER, DELETE, INSERT, SELECT
正解:A
解説: (Topexam メンバーにのみ表示されます)
質問 6:See the Exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS and ITEMS tables:

The PROD_ID column is the foreign key in the SALES table, which references the PRODUCTS table. Similarly, the CUST_ID and TIME_ID columns are also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables, respectively.
Evaluate the following the CREATE TABLE command: Exhibit:

Which statement is true regarding the above command?
A. The NEW_SALES table would get created and all the FOREIGN KEY constraints defined on the specified columns would be passed to the new table
B. The NEW_SALES table would get created and all the NOT NULL constraints defined on the specified columns would be passed to the new table
C. The NEW_SALES table would not get created because the column names in the CREATE TABLE command and the SELECT clause do not match
D. The NEW_SALES table would not get created because the DEFAULT value cannot be specified in the column definition
正解:B
解説: (Topexam メンバーにのみ表示されます)
質問 7:Examine the structure of the PROMOS table:

You want to display the list of promo names with the message 'Same Day' for promos that started and ended on the same day.
Which query gives the correct output?
A. SELECT promo_name, DECODE((NULLIF(promo_start_date, promo_end_date)),
NULL,'Same day') FROM promos;
B. SELECT promo_name, NVL2(TO_CHAR(TRUNC(promo_end_date-promo_start_date)),
NULL,'Same Day')
FROM promos;
C. SELECT promo_name, NVL(NULLIF(promo_start_date, promo_end_date), 'Same Day')
FROM promos;
D. SELECT promo_name, NVL(TRUNC(promo_end_date - promo_start_date), 'Same
Day') FROM promos;
正解:A
解説: (Topexam メンバーにのみ表示されます)
弊社は無料Oracle 1Z0-051サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料1Z0-051サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの1Z0-051問題集は自分に適するかどうか判断して購入を決めることができます。
1Z0-051試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の1Z0-051問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のOracle 1Z0-051を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の1Z0-051問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
弊社のOracle 1Z0-051を利用すれば試験に合格できます
弊社のOracle 1Z0-051は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は1Z0-051問題集の質問と答えが間違いないのを保証いたします。

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のOracle 1Z0-051を利用すれば、君は一回で試験に合格できます。
一年間の無料更新サービスを提供します
君が弊社のOracle 1Z0-051をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたOracle 1Z0-051をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のOracle 1Z0-051を持っていることを保証します。
TopExamは君に1Z0-051の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
Oracle 1Z0-051 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Describe various types of functions available in SQL
|
トピック 2 | - Describe various types of conversion functions that are available in SQL
|
トピック 3 | - Limit the rows that are retrieved by a query
|
参照:https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-051