1Z0-007 試験問題を無料オンラインアクセス

試験コード:1Z0-007
試験名称:Introduction to Oracle9i: SQL
認定資格:Oracle
無料問題数:110
更新日:2025-09-19
評価
100%

問題 1

Which statement explicitly names a constraint?

問題 2

Examine the data of the EMPLOYEES table.
EMPLOYEES (EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID)

Evaluate this SQL statement:
SELECT e.employee_id "Emp_id", e.emp_name "Employee", e.salary,
m.employee_id "Mgr_id", m.emp_name "Manager"
FROM employees e, employees m
WHERE e.mgr_id = m.employee_id
AND e.salary > 4000;
What is its output?

問題 3

Which constraint can be defined only at the column level?

問題 4

Examine the statement:
GRANT select, insert, update
ON student_grades
TO manager
WITH GRANT OPTION;
Which two are true? (Choose two.)

問題 5

Which operator can be used with a multiple-row subquery?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。